[PR #9773] [MERGED] Add support for ROCm gfx1151 #23595

Closed
opened 2026-04-19 17:06:00 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/9773
Author: @dhiltgen
Created: 3/14/2025
Status: Merged
Merged: 3/17/2025
Merged by: @dhiltgen

Base: mainHead: gfx1151


📝 Commits (1)

  • 85d931c Add support for ROCm gfx1151

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 CMakePresets.json (+1 -1)

📄 Description

Fixes #9771

time=2025-03-14T14:55:34.518-07:00 level=DEBUG source=amd_windows.go:73 msg="detected hip devices" count=1
time=2025-03-14T14:55:34.518-07:00 level=DEBUG source=amd_windows.go:93 msg="hip device" id=0 name="Radeon 8060S Graphics" gfx=gfx1151
time=2025-03-14T14:55:34.845-07:00 level=DEBUG source=amd_windows.go:146 msg="amdgpu is supported" gpu=0 gpu_type=gfx1151
time=2025-03-14T14:55:34.845-07:00 level=DEBUG source=amd_windows.go:149 msg="amdgpu memory" gpu=0 total="67.9 GiB"
time=2025-03-14T14:55:34.845-07:00 level=DEBUG source=amd_windows.go:150 msg="amdgpu memory" gpu=0 available="67.7 GiB"
time=2025-03-14T14:55:34.848-07:00 level=INFO source=types.go:130 msg="inference compute" id=0 library=rocm variant="" compute=gfx1151 driver=6.3 name="Radeon 8060S Graphics" total="67.9 GiB" available="67.7 GiB"
> ollama run --verbose gemma3 why is the sky blue
Okay, let's break down why the sky is blue – it's a fascinating phenomenon! It all comes down to something called
**Rayleigh scattering**. Here's the explanation:
...

total duration:       11.3364478s
load duration:        34.7592ms
prompt eval count:    14 token(s)
prompt eval duration: 23ms
prompt eval rate:     608.70 tokens/s
eval count:           581 token(s)
eval duration:        11.276s
eval rate:            51.53 tokens/s

🔄 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/9773 **Author:** [@dhiltgen](https://github.com/dhiltgen) **Created:** 3/14/2025 **Status:** ✅ Merged **Merged:** 3/17/2025 **Merged by:** [@dhiltgen](https://github.com/dhiltgen) **Base:** `main` ← **Head:** `gfx1151` --- ### 📝 Commits (1) - [`85d931c`](https://github.com/ollama/ollama/commit/85d931cc7c945ad5a964eff46f4e9b6c7da7b0eb) Add support for ROCm gfx1151 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `CMakePresets.json` (+1 -1) </details> ### 📄 Description Fixes #9771 ``` time=2025-03-14T14:55:34.518-07:00 level=DEBUG source=amd_windows.go:73 msg="detected hip devices" count=1 time=2025-03-14T14:55:34.518-07:00 level=DEBUG source=amd_windows.go:93 msg="hip device" id=0 name="Radeon 8060S Graphics" gfx=gfx1151 time=2025-03-14T14:55:34.845-07:00 level=DEBUG source=amd_windows.go:146 msg="amdgpu is supported" gpu=0 gpu_type=gfx1151 time=2025-03-14T14:55:34.845-07:00 level=DEBUG source=amd_windows.go:149 msg="amdgpu memory" gpu=0 total="67.9 GiB" time=2025-03-14T14:55:34.845-07:00 level=DEBUG source=amd_windows.go:150 msg="amdgpu memory" gpu=0 available="67.7 GiB" time=2025-03-14T14:55:34.848-07:00 level=INFO source=types.go:130 msg="inference compute" id=0 library=rocm variant="" compute=gfx1151 driver=6.3 name="Radeon 8060S Graphics" total="67.9 GiB" available="67.7 GiB" ``` ``` > ollama run --verbose gemma3 why is the sky blue Okay, let's break down why the sky is blue – it's a fascinating phenomenon! It all comes down to something called **Rayleigh scattering**. Here's the explanation: ... total duration: 11.3364478s load duration: 34.7592ms prompt eval count: 14 token(s) prompt eval duration: 23ms prompt eval rate: 608.70 tokens/s eval count: 581 token(s) eval duration: 11.276s eval rate: 51.53 tokens/s ``` --- <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-19 17:06:00 -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#23595