[PR #9878] [MERGED] Add gfx1200 & gfx1201 support on linux #11818

Closed
opened 2025-11-12 16:22:42 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/9878
Author: @saman-amd
Created: 3/19/2025
Status: Merged
Merged: 3/27/2025
Merged by: @dhiltgen

Base: mainHead: navi4


📝 Commits (1)

  • 4f96919 Add gfx1200 & gfx1201 support on linux

📊 Changes

8 files changed (+120 additions, -11 deletions)

View changed files

📝 CMakeLists.txt (+3 -3)
📝 CMakePresets.json (+1 -1)
llama/patches/0022-add-rdna4-support.patch (+103 -0)
📝 ml/backend/ggml/ggml/src/ggml-cuda/common.cuh (+4 -2)
📝 ml/backend/ggml/ggml/src/ggml-cuda/mmq.cu (+1 -1)
📝 ml/backend/ggml/ggml/src/ggml-cuda/mmq.cuh (+2 -2)
📝 ml/backend/ggml/ggml/src/ggml-cuda/mmvq.cu (+2 -2)
📝 ml/backend/ggml/ggml/src/ggml-cuda/vendors/hip.h (+4 -0)

📄 Description

Adding RDNA4 Support to Linux


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/9878 **Author:** [@saman-amd](https://github.com/saman-amd) **Created:** 3/19/2025 **Status:** ✅ Merged **Merged:** 3/27/2025 **Merged by:** [@dhiltgen](https://github.com/dhiltgen) **Base:** `main` ← **Head:** `navi4` --- ### 📝 Commits (1) - [`4f96919`](https://github.com/ollama/ollama/commit/4f96919941262b27cff9861a297a6a0c17a2809b) Add gfx1200 & gfx1201 support on linux ### 📊 Changes **8 files changed** (+120 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `CMakeLists.txt` (+3 -3) 📝 `CMakePresets.json` (+1 -1) ➕ `llama/patches/0022-add-rdna4-support.patch` (+103 -0) 📝 `ml/backend/ggml/ggml/src/ggml-cuda/common.cuh` (+4 -2) 📝 `ml/backend/ggml/ggml/src/ggml-cuda/mmq.cu` (+1 -1) 📝 `ml/backend/ggml/ggml/src/ggml-cuda/mmq.cuh` (+2 -2) 📝 `ml/backend/ggml/ggml/src/ggml-cuda/mmvq.cu` (+2 -2) 📝 `ml/backend/ggml/ggml/src/ggml-cuda/vendors/hip.h` (+4 -0) </details> ### 📄 Description Adding RDNA4 Support to Linux --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-12 16:22:42 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama-ollama#11818