[PR #6033] [CLOSED] Enhance windows ROCm gfx compatibility #37868

Closed
opened 2026-04-22 22:31:59 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/6033
Author: @dhiltgen
Created: 7/28/2024
Status: Closed

Base: mainHead: rocblas_win_linux


📝 Commits (1)

  • afe0d19 Enhance windows ROCm compatibility

📊 Changes

3 files changed (+44 additions, -4 deletions)

View changed files

📝 .github/workflows/release.yaml (+17 -1)
📝 gpu/amd_windows.go (+1 -0)
📝 llm/generate/gen_windows.ps1 (+26 -3)

📄 Description

The payload files in rocblas/library do not appear to be OS specific.

Spot testing on a gfx1101 system shows this appears viable. I'll keep this draft until I can verify it actually enables previously unsupported gfx targets and they work properly at runtime.

Use the linux rocblas tensile library data files which have broader gfx support than the HIP windows release.


🔄 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/6033 **Author:** [@dhiltgen](https://github.com/dhiltgen) **Created:** 7/28/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `rocblas_win_linux` --- ### 📝 Commits (1) - [`afe0d19`](https://github.com/ollama/ollama/commit/afe0d199c98280df2b69afa40806a517ce5bda11) Enhance windows ROCm compatibility ### 📊 Changes **3 files changed** (+44 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yaml` (+17 -1) 📝 `gpu/amd_windows.go` (+1 -0) 📝 `llm/generate/gen_windows.ps1` (+26 -3) </details> ### 📄 Description The payload files in rocblas/library do not appear to be OS specific. Spot testing on a gfx1101 system shows this appears viable. I'll keep this draft until I can verify it actually enables previously unsupported gfx targets and they work properly at runtime. Use the linux rocblas tensile library data files which have broader gfx support than the HIP windows release. --- <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-04-22 22:31:59 -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#37868