mirror of
https://github.com/opencv/opencv.git
synced 2025-06-16 14:50:52 +08:00
Merge pull request #17599 from tomoaki0705:fixCUDAFailSafePath
This commit is contained in:
commit
1b4955342f
@ -162,7 +162,12 @@ if(CUDA_FOUND)
|
|||||||
if(NOT _nvcc_res EQUAL 0)
|
if(NOT _nvcc_res EQUAL 0)
|
||||||
message(STATUS "Automatic detection of CUDA generation failed. Going to build for all known architectures.")
|
message(STATUS "Automatic detection of CUDA generation failed. Going to build for all known architectures.")
|
||||||
# TX1 (5.3) TX2 (6.2) Xavier (7.2) V100 (7.0)
|
# TX1 (5.3) TX2 (6.2) Xavier (7.2) V100 (7.0)
|
||||||
set(__cuda_arch_bin "5.3 6.2 7.2 7.0")
|
ocv_filter_available_architecture(__cuda_arch_bin
|
||||||
|
5.3
|
||||||
|
6.2
|
||||||
|
7.2
|
||||||
|
7.0
|
||||||
|
)
|
||||||
else()
|
else()
|
||||||
set(__cuda_arch_bin "${_nvcc_out}")
|
set(__cuda_arch_bin "${_nvcc_out}")
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
Reference in New Issue
Block a user