Precise default CUDA version for Tegra X1 chips.
authorAlexander Smorkalov <alexander.smorkalov@itseez.com>
Tue, 19 May 2015 10:23:55 +0000 (13:23 +0300)
committerDikay900 <dark900@xyz.de>
Sat, 30 May 2015 21:30:56 +0000 (23:30 +0200)
cmake/OpenCVDetectCUDA.cmake

index 8a1e656..5789421 100644 (file)
@@ -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()