Precise default CUDA version for Tegra X1 chips.

pull/4030/head
Alexander Smorkalov 10 years ago
parent b9792fdc14
commit 7f63776395
  1. 2
      cmake/OpenCVDetectCUDA.cmake

@ -86,7 +86,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