NVIDIA CUDA SDK Examples Compilation Unsupported Architecture 'computer_20'
Posted
by Andrew Bolster
on Stack Overflow
See other posts from Stack Overflow
or by Andrew Bolster
Published on 2010-06-15T18:22:15Z
Indexed on
2010/06/15
19:12 UTC
Read the original article
Hit count: 468
On compilation of the CUDA SDK, I'm getting a nvcc fatal : Unsupported gpu architecture 'compute_20' My toolkit is 2.3 and on a shared system (i.e cant really upgrade) and the driver version is also 2.3, running on 4 Tesla C1060s
If it helps, the problem is being called in radixsort.
It appears that a few people online have had this problem but i havent found anywhere that actually gives a solution.
© Stack Overflow or respective owner