Skip to content

Commit 07b4fba

Browse files
Remove gfx940,gfx941 targets (#580)
1 parent 6a6cf6e commit 07b4fba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,11 @@ if(GPU_TARGETS STREQUAL "all")
9797
if(BUILD_ADDRESS_SANITIZER)
9898
# ASAN builds require xnack
9999
rocm_check_target_ids(DEFAULT_AMDGPU_TARGETS
100-
TARGETS "gfx908:xnack+;gfx90a:xnack+;gfx940:xnack+;gfx941:xnack+;gfx942:xnack+"
100+
TARGETS "gfx908:xnack+;gfx90a:xnack+;gfx942:xnack+"
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)