Skip to content

Commit

Permalink
Merge pull request opencv#4030 from asmorkalov:as/accurate_cuda_arch_…
Browse files Browse the repository at this point in the history
…aarch64
  • Loading branch information
asmorkalov committed May 20, 2015
2 parents 9d148c7 + 7f63776 commit ede4943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/OpenCVDetectCUDA.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit ede4943

Please sign in to comment.