Skip to content

Commit 1eefdb7

Browse files
Remove gfx940,gfx941 targets (#639)
1 parent 84efac2 commit 1eefdb7

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
@@ -95,11 +95,11 @@ if(NOT USE_HIP_CPU)
9595
if(BUILD_ADDRESS_SANITIZER)
9696
# ASAN builds require xnack
9797
rocm_check_target_ids(DEFAULT_AMDGPU_TARGETS
98-
TARGETS "gfx908:xnack+;gfx90a:xnack+;gfx940:xnack+;gfx941:xnack+;gfx942:xnack+"
98+
TARGETS "gfx908:xnack+;gfx90a:xnack+;gfx942:xnack+"
9999
)
100100
else()
101101
rocm_check_target_ids(DEFAULT_AMDGPU_TARGETS
102-
TARGETS "gfx803;gfx900:xnack-;gfx906:xnack-;gfx908:xnack-;gfx90a:xnack-;gfx90a:xnack+;gfx940;gfx941;gfx942;gfx1030;gfx1100;gfx1101;gfx1102;gfx1151;gfx1200;gfx1201"
102+
TARGETS "gfx803;gfx900:xnack-;gfx906:xnack-;gfx908:xnack-;gfx90a:xnack-;gfx90a:xnack+;gfx942;gfx1030;gfx1100;gfx1101;gfx1102;gfx1151;gfx1200;gfx1201"
103103
)
104104
endif()
105105

0 commit comments

Comments
 (0)