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 @@ -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
You can’t perform that action at this time.
0 commit comments