NVIDIA CUDA SDK Examples Compilation Unsupported Architecture 'compute_20' -


On the compilation of the CUDA SDK, I am getting an NVCC fatal: Unsupported GPU architecture 'compute_20' is my toolkit 2.3 and shared On the system (i.e. not really upgrading) and driver version is also 2.3, 4 is running on Tesla C1060

If this helps, then the problem is being called in RedxSort .

It appears that some people have this problem online, but I found anywhere that actually provides solutions.

I believe compute_20 is targeting Fermi hardware, which you do not have. In addition, Cuda 2.3 does not support firms or compute_20, instead try using compute_13.


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -