mirror of
https://github.com/opencv/opencv.git
synced 2025-07-26 07:07:37 +08:00
Merge pull request #13466 from pstieber:AddTuringCudaGeneration
This commit is contained in:
commit
b0a08cced9
@ -52,7 +52,7 @@ if(CUDA_FOUND)
|
|||||||
|
|
||||||
message(STATUS "CUDA detected: " ${CUDA_VERSION})
|
message(STATUS "CUDA detected: " ${CUDA_VERSION})
|
||||||
|
|
||||||
set(_generations "Fermi" "Kepler" "Maxwell" "Pascal" "Volta")
|
set(_generations "Fermi" "Kepler" "Maxwell" "Pascal" "Volta" "Turing")
|
||||||
if(NOT CMAKE_CROSSCOMPILING)
|
if(NOT CMAKE_CROSSCOMPILING)
|
||||||
list(APPEND _generations "Auto")
|
list(APPEND _generations "Auto")
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
Reference in New Issue
Block a user