We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 220b371 + ac58b2f commit b300b6bCopy full SHA for b300b6b
cmake/OpenCVDetectCUDA.cmake
@@ -90,7 +90,7 @@ if(CUDA_FOUND)
90
set(_arch_pascal "6.0;6.1")
91
set(_arch_volta "7.0")
92
set(_arch_turing "7.5")
93
- set(_arch_ampere "8.0")
+ set(_arch_ampere "8.0;8.6")
94
if(NOT CMAKE_CROSSCOMPILING)
95
list(APPEND _generations "Auto")
96
endif()
0 commit comments