Remove gfx12 targets from 6.2 staging branch (#1400)

* Update CMakeLists.txt

removed gfx12

* remove gfx12 targets

---------

Co-authored-by: pramenku <7664080+pramenku@users.noreply.github.com>
This commit is contained in:
Illia Silin
2024-07-18 12:07:26 -07:00
committed by GitHub
parent 4ac1b0698f
commit baa144c643

View File

@@ -114,7 +114,7 @@ if(NOT PROFILER_ONLY)
if(NOT ENABLE_ASAN_PACKAGING)
#build CK for all supported targets
rocm_check_target_ids(DEFAULT_GPU_TARGETS
TARGETS "gfx908;gfx90a;gfx940;gfx941;gfx942;gfx1030;gfx1100;gfx1101;gfx1102;gfx1200;gfx1201")
TARGETS "gfx908;gfx90a;gfx940;gfx941;gfx942;gfx1030;gfx1100;gfx1101;gfx1102")
else()
#build CK only for xnack-supported targets
rocm_check_target_ids(DEFAULT_GPU_TARGETS