Skip to content
This repository was archived by the owner on Jun 27, 2022. It is now read-only.

Commit 7c57e76

Browse files
author
Nikolai Tasev
committed
Removed discarded compute versions
1 parent 82e3842 commit 7c57e76

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,7 @@ if(CUDA_FOUND)
2424
-gencode;arch=compute_30,code=sm_30;
2525
-gencode;arch=compute_35,code=sm_35;
2626
-gencode;arch=compute_35,code=compute_35;
27-
-gencode;arch=compute_20,code=sm_20;
28-
-gencode;arch=compute_11,code=sm_11;
29-
-gencode;arch=compute_12,code=sm_12;
30-
-gencode;arch=compute_13,code=sm_13;")
27+
-gencode;arch=compute_20,code=sm_20;")
3128

3229
# add -Wextra compiler flag for gcc compilations
3330
if (UNIX)

0 commit comments

Comments
 (0)