Skip to content

Commit

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

* Revert "Add gfx1151 target"

This reverts commit 302b02a.

* Add gfx1151 target

* update changelog

---------

Co-authored-by: Stanley Tsang <[email protected]>
  • Loading branch information
amd-garydeng and stanleytsang-amd authored Oct 2, 2024
1 parent c591fe5 commit 6f3ccba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
Documentation for rocRAND is available at
[https://rocm.docs.amd.com/projects/rocRAND/en/latest/](https://rocm.docs.amd.com/projects/rocRAND/en/latest/)

## (Unreleased) rocRAND-3.1.1 for ROCm 6.2.4

### Additions

* GFX1151 Support

## (Unreleased) rocRAND-3.1.0 for ROCm 6.2.0

### Additions
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ set_property(CACHE GPU_TARGETS PROPERTY STRINGS "all")

if(GPU_TARGETS STREQUAL "all")
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"
TARGETS "gfx803;gfx900:xnack-;gfx906:xnack-;gfx908:xnack-;gfx90a:xnack-;gfx90a:xnack+;gfx940;gfx941;gfx942;gfx1030;gfx1100;gfx1101;gfx1102;gfx1151"
)
set(GPU_TARGETS "${DEFAULT_AMDGPU_TARGETS}" CACHE STRING "GPU architectures to compile for" FORCE)
endif()
Expand Down

0 comments on commit 6f3ccba

Please sign in to comment.