Skip to content

Commit

Permalink
Merge pull request opencv#13466 from pstieber:AddTuringCudaGeneration
Browse files Browse the repository at this point in the history
  • Loading branch information
alalek committed Dec 18, 2018
2 parents 82b7803 + 50ef983 commit b0a08cc
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 @@ -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()
Expand Down

0 comments on commit b0a08cc

Please sign in to comment.