Merge pull request #13466 from pstieber:AddTuringCudaGeneration

pull/13474/head^2
Alexander Alekhin 6 years ago
commit b0a08cced9
  1. 2
      cmake/OpenCVDetectCUDA.cmake

@ -52,7 +52,7 @@ if(CUDA_FOUND)
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)
list(APPEND _generations "Auto")
endif()

Loading…
Cancel
Save