Skip to content

Commit 4d5d3a8

Browse files
Remove gfx940,gfx941 build targets
1 parent b328dc1 commit 4d5d3a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ if(GPU_TARGETS STREQUAL "all")
101101
)
102102
else()
103103
rocm_check_target_ids(DEFAULT_AMDGPU_TARGETS
104-
TARGETS "gfx803;gfx900:xnack-;gfx906:xnack-;gfx908:xnack-;gfx90a:xnack-;gfx90a:xnack+;gfx940;gfx941;gfx942;gfx1030;gfx1100;gfx1101;gfx1102;gfx1200;gfx1201;gfx1151"
104+
TARGETS "gfx803;gfx900:xnack-;gfx906:xnack-;gfx908:xnack-;gfx90a:xnack-;gfx90a:xnack+;gfx942;gfx1030;gfx1100;gfx1101;gfx1102;gfx1200;gfx1201;gfx1151"
105105
)
106106
endif()
107107

0 commit comments

Comments
 (0)