We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dabd713 commit 0d57f78Copy full SHA for 0d57f78
cmake/Cuda.cmake
@@ -29,7 +29,7 @@ set(MAXWELL "50 52 53")
29
# Pascal (CUDA >= 8)
30
set(PASCAL "60 61 62")
31
# Volta (CUDA >= 9)
32
-set(VOLTA "70 71 72")
+set(VOLTA "70") # set(VOLTA "70 71 72") # This crashes with CUDA 10
33
# Turing (CUDA >= 10)
34
set(TURING "75")
35
if (UNIX AND NOT APPLE)
0 commit comments