Browse Source

CUDA: Drop Compute 2.0 architecture

master
Paweł Bylica 8 years ago
parent
commit
1de8f50a64
No known key found for this signature in database GPG Key ID: 7A0C037434FE77EF
  1. 1
      libethash-cuda/CMakeLists.txt

1
libethash-cuda/CMakeLists.txt

@ -11,7 +11,6 @@ else()
set(
CUDA_NVCC_FLAGS
${CUDA_NVCC_FLAGS}
"-gencode arch=compute_20,code=sm_20"
"-gencode arch=compute_30,code=sm_30"
"-gencode arch=compute_35,code=sm_35"
"-gencode arch=compute_50,code=sm_50"

Loading…
Cancel
Save