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

Commit

Permalink
Removed discarded compute versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolai Tasev committed Jun 5, 2017
1 parent c2c777a commit 949c94f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@ if(CUDA_FOUND)
-gencode;arch=compute_30,code=sm_30;
-gencode;arch=compute_35,code=sm_35;
-gencode;arch=compute_35,code=compute_35;
-gencode;arch=compute_20,code=sm_20;
-gencode;arch=compute_11,code=sm_11;
-gencode;arch=compute_12,code=sm_12;
-gencode;arch=compute_13,code=sm_13;")
-gencode;arch=compute_20,code=sm_20;")

# add -Wextra compiler flag for gcc compilations
if (UNIX)
Expand Down

0 comments on commit 949c94f

Please sign in to comment.