-
Notifications
You must be signed in to change notification settings - Fork 13k
Add gfx1200 & gfx1201 support on linux #9878
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
dhiltgen
reviewed
Mar 19, 2025
@@ -61,11 +61,14 @@ | |||
#define GGML_CUDA_CC_RDNA1 (GGML_CUDA_CC_OFFSET_AMD + 0x1010) // RX 5000 | |||
#define GGML_CUDA_CC_RDNA2 (GGML_CUDA_CC_OFFSET_AMD + 0x1030) // RX 6000, minimum for dp4a | |||
#define GGML_CUDA_CC_RDNA3 (GGML_CUDA_CC_OFFSET_AMD + 0x1100) // RX 7000, minimum for WMMA | |||
#define GGML_CUDA_CC_RDNA4 (GGML_CUDA_CC_OFFSET_AMD + 0x1200) // RX 9000 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This and the other GGML changes will require a patch. Take a look at https://github.com/ollama/ollama/tree/main/llama#vendoring for instructions.
3c83a16
to
5082d89
Compare
dhiltgen
approved these changes
Mar 27, 2025
dhiltgen
added a commit
to dhiltgen/ollama
that referenced
this pull request
May 12, 2025
Follow up to ollama#9878 Draft until ROCm 6.4 is GA on windows.
dhiltgen
added a commit
to dhiltgen/ollama
that referenced
this pull request
May 12, 2025
Follow up to ollama#9878 Draft until ROCm 6.4 is GA on windows.
dhiltgen
added a commit
to dhiltgen/ollama
that referenced
this pull request
May 12, 2025
Follow up to ollama#9878 Draft until ROCm 6.4 is GA on windows.
halfcrazy
pushed a commit
to halfcrazy/ollama
that referenced
this pull request
Jun 19, 2025
dhiltgen
added a commit
to dhiltgen/ollama
that referenced
this pull request
Aug 15, 2025
Follow up to ollama#9878
dhiltgen
added a commit
to dhiltgen/ollama
that referenced
this pull request
Aug 15, 2025
This updates ROCm on both linux and windows to 6.4. On linux, 6.3 supported the newer GPUs, but windows at 6.2 did not. Now that 6.4 is available, we can update both linux and windows. This does drop support for a few older GPUs as a result. Follow up to ollama#9878
dhiltgen
added a commit
to dhiltgen/ollama
that referenced
this pull request
Aug 15, 2025
This updates ROCm on both linux and windows to 6.4. On linux, 6.3 supported the newer GPUs, but windows at 6.2 did not. Now that 6.4 is available, we can update both linux and windows. This does drop support for a few older GPUs as a result. Follow up to ollama#9878
dhiltgen
added a commit
to dhiltgen/ollama
that referenced
this pull request
Aug 15, 2025
This updates ROCm on both linux and windows to 6.4. On linux, 6.3 supported the newer GPUs, but windows at 6.2 did not. Now that 6.4 is available, we can update both linux and windows. This does drop support for a few older GPUs as a result. Follow up to ollama#9878
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.
Adding RDNA4 Support to Linux