bcd/bcd-cuda.patch
Nicolas Chauvet 599247ef07 Add patches
2020-11-10 11:40:54 +01:00

12 lines
649 B
Diff

diff -up bcd-d94c9fa77c11afe7d04670d92b3930c417e19f4b/src/core/CMakeLists.txt.cuda bcd-d94c9fa77c11afe7d04670d92b3930c417e19f4b/src/core/CMakeLists.txt
--- bcd-d94c9fa77c11afe7d04670d92b3930c417e19f4b/src/core/CMakeLists.txt.cuda 2020-11-07 09:54:42.794266240 +0100
+++ bcd-d94c9fa77c11afe7d04670d92b3930c417e19f4b/src/core/CMakeLists.txt 2020-11-07 09:55:28.803832009 +0100
@@ -79,7 +79,6 @@ SET(header_implementation_files
IF(CUDA_FOUND)
MESSAGE(STATUS "Using cuda's nvcc for generating ${target_name}")
- list(APPEND CUDA_NVCC_FLAGS "-arch=sm_20")
SET(src_files ${src_files} CudaHistogramDistance.cu)
SET(header_files
${header_files}