[PR #14328] [CLOSED] Switch Linux builds to ROCm 7.2 #76917

Closed
opened 2026-05-05 09:38:21 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/14328
Author: @superm1
Created: 2/20/2026
Status: Closed

Base: mainHead: main


📝 Commits (2)

  • ef2865d Switch Linux builds to ROCm 7.2
  • b2f9209 Correct ROCm pre-regex list

📊 Changes

3 files changed (+20 additions, -6 deletions)

View changed files

📝 CMakeLists.txt (+1 -1)
📝 CMakePresets.json (+14 -0)
📝 Dockerfile (+5 -5)

📄 Description

ROCm 7.2 fixes stability issues with Strix Halo on Linux due to an incorrect VGPR size declaration in rocr-runtime.

In order to test this, I built the docker container locally like this:

❯ podman build -f Dockerfile --build-arg FLAVOR=rocm --platform=linux/amd64 

🔄 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/14328 **Author:** [@superm1](https://github.com/superm1) **Created:** 2/20/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`ef2865d`](https://github.com/ollama/ollama/commit/ef2865d1c5dea21e6428e0f69ab14832fd24b0b5) Switch Linux builds to ROCm 7.2 - [`b2f9209`](https://github.com/ollama/ollama/commit/b2f920947bcab2f812c6d8df9c5bd2e7fb1e1657) Correct ROCm pre-regex list ### 📊 Changes **3 files changed** (+20 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `CMakeLists.txt` (+1 -1) 📝 `CMakePresets.json` (+14 -0) 📝 `Dockerfile` (+5 -5) </details> ### 📄 Description ROCm 7.2 fixes stability issues with Strix Halo on Linux due to an incorrect VGPR size declaration in rocr-runtime. In order to test this, I built the docker container locally like this: ``` ❯ podman build -f Dockerfile --build-arg FLAVOR=rocm --platform=linux/amd64 ``` --- <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 2026-05-05 09:38:21 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#76917