Added Turing to the _generations list.

pull/13466/head
Peter J. Stieber 6 years ago
parent 55171b25f8
commit 50ef9830e2
  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