Skip to content

Commit 5c61a80

Browse files
Remove gfx940/gfx941 targets (#631)
1 parent 898dcb3 commit 5c61a80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ if(GPU_TARGETS STREQUAL "all")
128128
)
129129
else()
130130
rocm_check_target_ids(DEFAULT_AMDGPU_TARGETS
131-
TARGETS "gfx803;gfx900:xnack-;gfx906:xnack-;gfx908:xnack-;gfx90a:xnack-;gfx90a:xnack+;gfx940;gfx941;gfx942;gfx950;gfx1030;gfx1100;gfx1101;gfx1102;gfx1200;gfx1201;gfx1151"
131+
TARGETS "gfx803;gfx900:xnack-;gfx906:xnack-;gfx908:xnack-;gfx90a:xnack-;gfx90a:xnack+;gfx942;gfx950;gfx1030;gfx1100;gfx1101;gfx1102;gfx1200;gfx1201;gfx1151"
132132
)
133133
endif()
134134

0 commit comments

Comments
 (0)