2015-03-08 7 views

risposta

18
CUDA VERSION Min CC Deprecated CC Default CC 
5.5 (and prior) 1.0  N/A    1.0 
6.0    1.0  1.0    1.0 
6.5    1.1  1.x    2.0 
7.0    2.0  N/A    2.0 
7.5 (same as 7.0) 
8.0    2.0  2.x    2.0 
9.0    3.0  N/A    3.0 
9.1 (same as 9.0) 

Min CC = minimum compute capability that can be specified to nvcc 

Deprecated CC = If you specify this CC, you will get a deprecation message, but compile should still proceed. 

Default CC = The architecture that will be targetted if no `-arch` or `-gencode` switches are used 
+0

Grazie! In realtà ho avuto qualche problema nell'installare CUDA 6 sulla mia GPU con CC 1.2 e ho pensato che non fosse supportato. Ma sembra che il problema sia da qualche altra parte. – Max

+0

Dove hai trovato questa informazione? Esiste una versione ufficiale aggiornata per CUDA 9.0? –

+0

Ho aggiornato per 9.0/9.1 –