Merged
Conversation
Signed-off-by: Peter Jung <admin@ptr1337.dev>
There was a problem hiding this comment.
Pull request overview
This PR adds support for AMD's RDNA4 GPU architecture to the AI SDK profile by including the Graphics Compute (GC) version 12.0.0.
Changes:
- Added GC version 12.0.0 to the rocm-ai-sdk profile to enable RDNA4 GPU support
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Signed-off-by: Peter Jung <admin@ptr1337.dev>
Member
Author
|
Updated list can be found here: |
vnepogodin
reviewed
Jan 11, 2026
profiles/pci/ai_sdk/profiles.toml
Outdated
| packages = 'rocm-hip-sdk python-pytorch-opt-rocm ollama-rocm tensorflow-opt python-tensorflow-opt chatbox' | ||
| # https://docs.kernel.org/gpu/amdgpu/driver-misc.html | ||
| gc_versions = '11.0.0 11.0.3 10.3.0 9.4.1 9.4.2 9.4.3' | ||
| gc_versions = '12.0.1 12.0.0 11.0.1 11.0.0 10.3.0 9.5.0 9.4.2 9.0.10 9.0.8' |
Member
There was a problem hiding this comment.
AMD Radeon RX 7800 XT is GC 11.0.3
others (hopefully) matching reporting by amdgpu
https://docs.kernel.org/gpu/amdgpu/amd-hardware-list-info.html
vnepogodin
reviewed
Jan 11, 2026
profiles/pci/ai_sdk/profiles.toml
Outdated
| packages = 'rocm-hip-sdk python-pytorch-opt-rocm ollama-rocm tensorflow-opt python-tensorflow-opt chatbox' | ||
| # https://docs.kernel.org/gpu/amdgpu/driver-misc.html | ||
| gc_versions = '11.0.0 11.0.3 10.3.0 9.4.1 9.4.2 9.4.3' | ||
| gc_versions = '12.0.1 12.0.0 11.0.1 11.0.0 10.3.0 9.5.0 9.4.2 9.0.10 9.0.8' |
Member
There was a problem hiding this comment.
MI100 GC 9.4.1
MI200 GC 9.4.2
MI300 GC 9.4.3
so lets keep existing entries in the list e.g: 11.0.3 9.4.1 9.4.2 9.4.3
Signed-off-by: Peter Jung <admin@ptr1337.dev>
vnepogodin
approved these changes
Jan 29, 2026
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.
No description provided.