Precise default CUDA version for Tegra X1 chips.

pull/4079/head
Alexander Smorkalov 10 years ago committed by Dikay900
parent 535dc1e874
commit 1df0f1da97
  1. 2
      cmake/OpenCVDetectCUDA.cmake

@ -84,7 +84,7 @@ if(CUDA_FOUND)
set(__cuda_arch_bin "3.2")
set(__cuda_arch_ptx "")
elseif(AARCH64)
set(__cuda_arch_bin "5.2")
set(__cuda_arch_bin "5.3")
set(__cuda_arch_ptx "")
endif()
else()

Loading…
Cancel
Save