projects
/
platform
/
upstream
/
opencv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
220b371
)
compute capability 8.6
author
Tomoaki Teshima
<tomoaki.teshima@gmail.com>
Fri, 25 Sep 2020 13:33:55 +0000
(22:33 +0900)
committer
Tomoaki Teshima
<tomoaki.teshima@gmail.com>
Fri, 25 Sep 2020 13:33:55 +0000
(22:33 +0900)
- CC for RTX3090, RTX3080 and RTX3070
cmake/OpenCVDetectCUDA.cmake
patch
|
blob
|
history
diff --git
a/cmake/OpenCVDetectCUDA.cmake
b/cmake/OpenCVDetectCUDA.cmake
index 8a6203216752d7b120d55eb00ed74c31b5c9489b..c55f9f190390070ad3cfa51f19092a6902cb67b1 100644
(file)
--- a/
cmake/OpenCVDetectCUDA.cmake
+++ b/
cmake/OpenCVDetectCUDA.cmake
@@
-90,7
+90,7
@@
if(CUDA_FOUND)
set(_arch_pascal "6.0;6.1")
set(_arch_volta "7.0")
set(_arch_turing "7.5")
- set(_arch_ampere "8.0")
+ set(_arch_ampere "8.0
;8.6
")
if(NOT CMAKE_CROSSCOMPILING)
list(APPEND _generations "Auto")
endif()