Skip to content

Commit 79faee4

Browse files
LuLu
authored andcommitted
Update CMakeLists.txt
1 parent 04a1f1c commit 79faee4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

source/op/cuda/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ elseif (${CUDA_VERSION_MAJOR} STREQUAL "9")
5656
-gencode arch=compute_60,code=sm_60; # Pascal – GP100/Tesla P100 – DGX-1 (Generic Pascal)
5757
-gencode arch=compute_61,code=sm_61; # Pascal - GTX 1080, GTX 1070, GTX 1060, GTX 1050, GTX 1030, Titan Xp, Tesla P40, Tesla P4, Discrete GPU on the NVIDIA Drive PX2
5858
-gencode arch=compute_70,code=sm_70; # Volta - GV100/Tesla V100, GTX 1180 (GV104)
59-
-gencode arch=compute_72,code=sm_72;
6059
-O3; -Xcompiler -fPIC;
6160
)
6261
elseif (${CUDA_VERSION_MAJOR} STREQUAL "8")

0 commit comments

Comments
 (0)