File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ if(CMAKE_HIP_COMPILER)
96
96
97
97
find_package (hip REQUIRED)
98
98
if (NOT AMDGPU_TARGETS)
99
- list (FILTER AMDGPU_TARGETS INCLUDE REGEX "^gfx(900|94[012]|101[02]|1030| 110[012] )$" )
99
+ list (FILTER AMDGPU_TARGETS INCLUDE REGEX "^gfx(803| 900(:xnack-)|902|906(:xnack-)|90c(:xnack-)|1010(:xnack-)|1011|1012(:xnack-)|103[0-6]| 110[0-3]|1150 )$" )
100
100
elseif (WIN32 AND WINDOWS_AMDGPU_TARGETS_EXCLUDE_REGEX)
101
101
list (FILTER AMDGPU_TARGETS EXCLUDE REGEX ${WINDOWS_AMDGPU_TARGETS_EXCLUDE_REGEX} )
102
102
endif ()
Original file line number Diff line number Diff line change 56
56
"name" : " ROCm 6" ,
57
57
"inherits" : [ " ROCm" ],
58
58
"cacheVariables" : {
59
- "AMDGPU_TARGETS" : " gfx900;gfx940;gfx941;gfx942;gfx1010;gfx1012;gfx1030; gfx1100;gfx1101;gfx1102;gfx906:xnack-;gfx908 :xnack-;gfx90a :xnack+;gfx90a :xnack-"
59
+ "AMDGPU_TARGETS" : " gfx803;gfx902;gfx1011;gfx1030;gfx1031;gfx1032;gfx1034;gfx1035;gfx1036; gfx1100;gfx1101;gfx1102;gfx1103;gfx1150;gfx900:xnack-; gfx906:xnack-;gfx90c :xnack-;gfx1010 :xnack-;gfx1012 :xnack-; "
60
60
}
61
61
}
62
62
],
You can’t perform that action at this time.
0 commit comments