Skip to content

Commit

Permalink
Update compute capability (Linux)
Browse files Browse the repository at this point in the history
  • Loading branch information
lwYeo committed Feb 9, 2019
1 parent 0928bff commit 799b4e2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions CudaSoliditySHA3Solver/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,10 @@ set(CUDA_NVCC_FLAGS
-std=c++11
-Xptxas=-v,-warn-spills
-gencode arch=compute_30,code=sm_30
-gencode arch=compute_32,code=sm_32
-gencode arch=compute_35,code=sm_35
-gencode arch=compute_50,code=sm_50
-gencode arch=compute_52,code=sm_52
-gencode arch=compute_53,code=sm_53
-gencode arch=compute_60,code=sm_60
-gencode arch=compute_61,code=sm_61
-gencode arch=compute_62,code=sm_62
-gencode arch=compute_70,code=sm_70
)

if(NOT MSVC)
Expand Down

0 comments on commit 799b4e2

Please sign in to comment.