We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3edba91 commit 7d7836fCopy full SHA for 7d7836f
CMakeLists.txt
@@ -46,8 +46,8 @@ if(ENABLE_CUDA)
46
add_compile_definitions(USE_GPU)
47
#Specify the CUDA architecture / gencode that will be targeted
48
### Set gencode and architecture variables to the correct values for your specific NVIDIA hardware
49
- set(CMAKE_CUDA_ARCHITECTURES 75)
50
- set(CUDA_NVCC_FLAGS ${CUDA_NVCC_FLAGS};-gencode=arch=compute_75,code=sm_75)
+ set(CMAKE_CUDA_ARCHITECTURES 37)
+ set(CUDA_NVCC_FLAGS ${CUDA_NVCC_FLAGS};-gencode=arch=compute_37,code=sm_37)
51
52
else()
53
message("\n----Generating Makefile for Graphitti CPU version----")
0 commit comments