File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
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;86;87; 89;90" )
68+ list (APPEND CC_LIST_BY_SYSTEM_PROCESSOR "20;21;30;35;50;52;60;61;70;75;80;86;89;90" )
6969 endif ()
7070 if (CMAKE_SYSTEM_PROCESSOR IN_LIST TEGRA_SUPPORTED_PROCESSORS)
7171 list (APPEND CC_LIST_BY_SYSTEM_PROCESSOR "32;53;62;72" )
@@ -86,9 +86,6 @@ function(chooseCudaCC SUPPORTED_CC SUPPORTED_GENCODE_FLAGS)
8686 elseif (CUDA_VERSION VERSION_GREATER_EQUAL 11.8)
8787 set (CUDA_MIN_CC 35)
8888 set (CUDA_MAX_CC 90)
89- elseif (CUDA_VERSION VERSION_GREATER_EQUAL 11.6)
90- set (CUDA_MIN_CC 35)
91- set (CUDA_MAX_CC 87)
9289 elseif (CUDA_VERSION VERSION_GREATER_EQUAL 11.1)
9390 set (CUDA_MIN_CC 35)
9491 set (CUDA_MAX_CC 86)
You can’t perform that action at this time.
0 commit comments