File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ function(chooseCudaCC SUPPORTED_CC SUPPORTED_GENCODE_FLAGS)
6565
6666 set (CC_LIST_BY_SYSTEM_PROCESSOR "" )
6767 if (CMAKE_SYSTEM_PROCESSOR IN_LIST OTHER_SUPPORTED_PROCESSORS)
68- list (APPEND CC_LIST_BY_SYSTEM_PROCESSOR "20;21;30;35;50;52;60;61;70;75;80" )
68+ list (APPEND CC_LIST_BY_SYSTEM_PROCESSOR "20;21;30;35;50;52;60;61;70;75;80;86 " )
6969 endif ()
7070 if (CMAKE_SYSTEM_PROCESSOR IN_LIST TEGRA_SUPPORTED_PROCESSORS)
7171 list (APPEND CC_LIST_BY_SYSTEM_PROCESSOR "32;53;62;72" )
@@ -79,7 +79,7 @@ function(chooseCudaCC SUPPORTED_CC SUPPORTED_GENCODE_FLAGS)
7979 # Shortening the lists saves a lot of compile time.
8080 #
8181 set (CUDA_MIN_CC 20)
82- set (CUDA_MAX_CC 80 )
82+ set (CUDA_MAX_CC 86 )
8383 if (CUDA_VERSION_MAJOR GREATER_EQUAL 11)
8484 set (CUDA_MIN_CC 35)
8585 elseif (CUDA_VERSION_MAJOR GREATER_EQUAL 10)
You can’t perform that action at this time.
0 commit comments