Commit 7f637763 authored by Alexander Smorkalov's avatar Alexander Smorkalov

Precise default CUDA version for Tegra X1 chips.

parent b9792fdc
......@@ -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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment