Skip to content

Commit 0d57f78

Browse files
CUDA 10 works CMU-Perceptual-Computing-Lab#1087 (Ubuntu)
1 parent dabd713 commit 0d57f78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/Cuda.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ set(MAXWELL "50 52 53")
2929
# Pascal (CUDA >= 8)
3030
set(PASCAL "60 61 62")
3131
# Volta (CUDA >= 9)
32-
set(VOLTA "70 71 72")
32+
set(VOLTA "70") # set(VOLTA "70 71 72") # This crashes with CUDA 10
3333
# Turing (CUDA >= 10)
3434
set(TURING "75")
3535
if (UNIX AND NOT APPLE)

0 commit comments

Comments
 (0)