From baa144c643bc5526e817347310072108b7e3749d Mon Sep 17 00:00:00 2001 From: Illia Silin <98187287+illsilin@users.noreply.github.com> Date: Thu, 18 Jul 2024 12:07:26 -0700 Subject: [PATCH] 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> --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 557975128d..57e52a99e2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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