Skip to content

Commit

Permalink
get rid of older cards
Browse files Browse the repository at this point in the history
  • Loading branch information
zachchan105 committed Feb 11, 2024
1 parent 53a66cd commit ac98c14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libethash-cuda/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ else()
list(APPEND CUDA_NVCC_FLAGS "-gencode arch=compute_35,code=sm_35")
list(APPEND CUDA_NVCC_FLAGS "-gencode arch=compute_37,code=sm_37")
endif()
list(APPEND CUDA_NVCC_FLAGS "-gencode arch=compute_35,code=sm_35")
list(APPEND CUDA_NVCC_FLAGS "-gencode arch=compute_37,code=sm_37")
#list(APPEND CUDA_NVCC_FLAGS "-gencode arch=compute_35,code=sm_35")
#list(APPEND CUDA_NVCC_FLAGS "-gencode arch=compute_37,code=sm_37")
list(APPEND CUDA_NVCC_FLAGS "-gencode arch=compute_50,code=sm_50")
list(APPEND CUDA_NVCC_FLAGS "-gencode arch=compute_52,code=sm_52")
list(APPEND CUDA_NVCC_FLAGS "-gencode arch=compute_53,code=sm_53")
Expand Down

0 comments on commit ac98c14

Please sign in to comment.