Browse Source

CUDA: Add Compute 6.0 architecture

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

1
libethash-cuda/CMakeLists.txt

@ -15,6 +15,7 @@ else()
"-gencode arch=compute_35,code=sm_35"
"-gencode arch=compute_50,code=sm_50"
"-gencode arch=compute_52,code=sm_52"
"-gencode arch=compute_60,code=sm_60"
"-gencode arch=compute_61,code=sm_61"
)
endif()

Loading…
Cancel
Save