[AMD]add RDNA4 (gfx1200/gfx1201) support to ROCm7.2 setup#119
Merged
Conversation
Signed-off-by: Kaihui-AMD <Kaihui.Tang@amd.com>
Contributor
Author
|
Hi @itigges22, this PR covers the RDNA4 docs checklist from #26, tested on gfx1201 hardware. Let me know if you'd like any changes. |
pull Bot
pushed a commit
to tqa24/ATLAS
that referenced
this pull request
May 28, 2026
Follow-up to itigges22#119 (RDNA4 ROCm 7.x docs by @Kaihui-AMD): - CHANGELOG: add Unreleased entry crediting the RDNA4 docs contribution - TROUBLESHOOTING.md: collapse double blank line before the RDNA4 section - docker-compose.rocm.yml: header comment now notes the RDNA4/ROCm 7.x path
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR does
Adds RDNA4 support documentation for RX 9070 / RX 9070 XT (gfx1200 / gfx1201) to the AMD ROCm setup path, covering two gaps that currently cause silent failures for users on this hardware:
docs/SETUP.md— addsgfx1200andgfx1201rows to the AMD GPU targets table, with a note that RDNA4 requiresATLAS_ROCM_TAG=7.2.3-complete(the default ROCm 6.2 base image predates these targets).docs/TROUBLESHOOTING.md— adds a### RDNA4 (RX 9070 / 9070 XT)section with symptom, root cause, fix commands, and an explicit warning not to setATLAS_HSA_OVERRIDE_GFX_VERSION— ROCm 7.0+ supports gfx1200/gfx1201 natively and overriding it causes a kernel/runtime target mismatch that crashes the container.Testing
Tested on AMD Radeon AI PRO R9700 (gfx1201) with
ATLAS_ROCM_TAG=7.2.3-completeandATLAS_GFX_TARGET=gfx1201:expose-hidden-states.patchapplies cleanly to the pinned llama.cpp SHA/v1/embeddings) works correctly — Geometric Lens path functionalATLAS_HSA_OVERRIDE_GFX_VERSIONunset throughout; gfx1201 recognized natively by ROCm 7.2Checklist items from #26
docs/SETUP.mddocs/TROUBLESHOOTING.md