Skip to content

Commit

Permalink
Add gfx1151 build target (#457)
Browse files Browse the repository at this point in the history
* Add gfx1151 target

* Revert "Add gfx1151 target"

This reverts commit 5889238.

* Add gfx1151 target while preserving address sanitizer targets

---------

Co-authored-by: Deng <garydeng@amd.com>
  • Loading branch information
stanleytsang-amd and amd-garydeng authored Sep 4, 2024
1 parent f0d7806 commit 4b21235
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 @@ -63,7 +63,7 @@ if(GPU_TARGETS STREQUAL "all")
)
else()
rocm_check_target_ids(DEFAULT_AMDGPU_TARGETS
TARGETS "gfx803;gfx900:xnack-;gfx906:xnack-;gfx908:xnack-;gfx90a:xnack-;gfx90a:xnack+;gfx940;gfx941;gfx942;gfx1030;gfx1100;gfx1101;gfx1102;gfx1200;gfx1201"
TARGETS "gfx803;gfx900:xnack-;gfx906:xnack-;gfx908:xnack-;gfx90a:xnack-;gfx90a:xnack+;gfx940;gfx941;gfx942;gfx1030;gfx1100;gfx1101;gfx1102;gfx1151;gfx1200;gfx1201"
)
endif()
set(GPU_TARGETS "${DEFAULT_AMDGPU_TARGETS}" CACHE STRING "GPU architectures to compile for" FORCE)
Expand Down

0 comments on commit 4b21235

Please sign in to comment.