Skip to content

Commit b300b6b

Browse files
committed
Merge pull request opencv#18424 from tomoaki0705:addRTX3080s
2 parents 220b371 + ac58b2f commit b300b6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/OpenCVDetectCUDA.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ if(CUDA_FOUND)
9090
set(_arch_pascal "6.0;6.1")
9191
set(_arch_volta "7.0")
9292
set(_arch_turing "7.5")
93-
set(_arch_ampere "8.0")
93+
set(_arch_ampere "8.0;8.6")
9494
if(NOT CMAKE_CROSSCOMPILING)
9595
list(APPEND _generations "Auto")
9696
endif()

0 commit comments

Comments
 (0)