Skip to content
Snippets Groups Projects
Unverified Commit 5e611095 authored by Tobias Winchen's avatar Tobias Winchen Committed by GitHub
Browse files

Merge pull request #20 from TobiasWinchen/devel

Reenable cuda compatibility compute
parents 9a0102f3 ff2a2319
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,7 @@ if(ENABLE_CUDA)
if(NOT uppercase_CMAKE_BUILD_TYPE MATCHES "DEBUG")
message("Enabling device specific compilation as not in DEBUG mode")
list(APPEND CUDA_NVCC_FLAGS -gencode arch=compute_61,code=sm_61) # GTX1080Ti, Titan Xp
list(APPEND CUDA_NVCC_FLAGS -gencode arch=compute_61,code=compute_61) # Compatibility
#list(APPEND CUDA_NVCC_FLAGS -gencode arch=compute_52,code=sm_52) # TitanX
#list(APPEND CUDA_NVCC_FLAGS -gencode arch=compute_50,code=sm_50) # Maxwell
#list(APPEND CUDA_NVCC_FLAGS -gencode arch=compute_37,code=sm_37) # K80
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment