File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -95,11 +95,11 @@ if(NOT USE_HIP_CPU)
95
95
if (BUILD_ADDRESS_SANITIZER )
96
96
# ASAN builds require xnack
97
97
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+"
99
99
)
100
100
else ()
101
101
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"
103
103
)
104
104
endif ()
105
105
You can’t perform that action at this time.
0 commit comments