Skip to content

Value 'sm_30' is not defined for option 'gpu-architecture' #337

Discussion options

You must be logged in to vote

I think the issue might be that Nvidia has removed support for the Kepler architecture from nvcc in the most recent versions. PyCUDA queries the GPU for its "compute capability", and it returned 3.0, which it then passes on to nvcc, which declared itself incapable of compiling for that compute capability. Downloading an older CUDA toolkit might help.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Qcellaris
Comment options

Answer selected by Qcellaris
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants