2015-03-08 12 views

Odpowiedz

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

Dzięki! Właściwie miałem problemy z instalacją CUDA 6 na moim GPU w CC 1.2 i myślałem, że nie jest to obsługiwane. Ale wygląda na to, że problem jest gdzie indziej. – Max

+0

Gdzie znalazłeś tę informację? Czy jest jakaś oficjalna wersja, która jest aktualizowana dla CUDA 9.0? –

+0

Zaktualizowałem dla wersji 9.0/9.1 –