Skip to content

Commit

Permalink
Remove gfx12 targets from 6.2 staging branch (#1400)
Browse files Browse the repository at this point in the history
* Update CMakeLists.txt

removed gfx12

* remove gfx12 targets

---------

Co-authored-by: pramenku <[email protected]>
  • Loading branch information
illsilin and pramenku authored Jul 18, 2024
1 parent 4ac1b06 commit baa144c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit baa144c

Please sign in to comment.