Unverified Commit baa144c6 authored by Illia Silin's avatar Illia Silin Committed by GitHub
Browse files

Remove gfx12 targets from 6.2 staging branch (#1400)



* Update CMakeLists.txt

removed gfx12

* remove gfx12 targets

---------
Co-authored-by: default avatarpramenku <7664080+pramenku@users.noreply.github.com>
parent 4ac1b069
...@@ -114,7 +114,7 @@ if(NOT PROFILER_ONLY) ...@@ -114,7 +114,7 @@ if(NOT PROFILER_ONLY)
if(NOT ENABLE_ASAN_PACKAGING) if(NOT ENABLE_ASAN_PACKAGING)
#build CK for all supported targets #build CK for all supported targets
rocm_check_target_ids(DEFAULT_GPU_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() else()
#build CK only for xnack-supported targets #build CK only for xnack-supported targets
rocm_check_target_ids(DEFAULT_GPU_TARGETS rocm_check_target_ids(DEFAULT_GPU_TARGETS
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment