Commit ede4943d authored by Alexander Smorkalov's avatar Alexander Smorkalov

Merge pull request #4030 from asmorkalov:as/accurate_cuda_arch_aarch64

parents 9d148c76 7f637763
...@@ -86,7 +86,7 @@ if(CUDA_FOUND) ...@@ -86,7 +86,7 @@ if(CUDA_FOUND)
set(__cuda_arch_bin "3.2") set(__cuda_arch_bin "3.2")
set(__cuda_arch_ptx "") set(__cuda_arch_ptx "")
elseif(AARCH64) elseif(AARCH64)
set(__cuda_arch_bin "5.2") set(__cuda_arch_bin "5.3")
set(__cuda_arch_ptx "") set(__cuda_arch_ptx "")
endif() endif()
else() 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