mirror of https://github.com/AlexeyAB/darknet.git
Cmake is fixed for V100 (CC=7.0)
This commit is contained in:
parent
b1b2d5cfef
commit
893b889b2f
|
@ -65,7 +65,7 @@ else()
|
||||||
else()
|
else()
|
||||||
cuda_select_nvcc_arch_flags(CUDA_ARCH_FLAGS ${CUDA_ARCHITECTURES})
|
cuda_select_nvcc_arch_flags(CUDA_ARCH_FLAGS ${CUDA_ARCHITECTURES})
|
||||||
message(STATUS "Building with CUDA flags: " "${CUDA_ARCH_FLAGS}")
|
message(STATUS "Building with CUDA flags: " "${CUDA_ARCH_FLAGS}")
|
||||||
if (NOT "arch=compute_75,code=sm_75" IN_LIST CUDA_ARCH_FLAGS)
|
if (NOT "arch=compute_70,code=sm_70" IN_LIST CUDA_ARCH_FLAGS)
|
||||||
set(ENABLE_CUDNN_HALF "FALSE" CACHE BOOL "Enable CUDNN Half precision" FORCE)
|
set(ENABLE_CUDNN_HALF "FALSE" CACHE BOOL "Enable CUDNN Half precision" FORCE)
|
||||||
message(STATUS "Your setup does not supports half precision (it requires CC >= 7.5)")
|
message(STATUS "Your setup does not supports half precision (it requires CC >= 7.5)")
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Reference in New Issue