[GH-ISSUE #14765] Not work on rx9060xt #56058

Closed
opened 2026-04-29 10:12:29 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @ByPythonCoder on GitHub (Mar 10, 2026).
Original GitHub issue: https://github.com/ollama/ollama/issues/14765

Describe the bug

Ollama (v0.17.7/v0.17.8) fails to offload layers to the GPU on the new AMD Radeon RX 9060 XT (GFX1200 / Navi 44). The system is running Arch Linux with mesa-git (Mesa 26.1.0-devel).

System Information

  • OS: Arch Linux
  • GPU: AMD Radeon RX 9060 XT (GFX1200 / RADV)
  • Kernel: 7.0 cachyos-rc3
  • Mesa Version: 26.1.0_devel (mesa-git)
  • Ollama Version: 0.17.7

Log Output

Even with OLLAMA_VULKAN=1, the runner falls back to CPU:
level=INFO source=ggml.go:494 msg="offloaded 0/35 layers to GPU"
vulkaninfo correctly identifies the device:
deviceName = AMD Radeon RX 9060 XT (RADV GFX1200)

Additional Context

The GFX1200 architecture seems to be missing from the supported GPU discovery list in the current llama.cpp/ggml integration.

Originally created by @ByPythonCoder on GitHub (Mar 10, 2026). Original GitHub issue: https://github.com/ollama/ollama/issues/14765 ### Describe the bug Ollama (v0.17.7/v0.17.8) fails to offload layers to the GPU on the new AMD Radeon RX 9060 XT (GFX1200 / Navi 44). The system is running Arch Linux with mesa-git (Mesa 26.1.0-devel). ### System Information - **OS:** Arch Linux - **GPU:** AMD Radeon RX 9060 XT (GFX1200 / RADV) - **Kernel:** 7.0 cachyos-rc3 - **Mesa Version:** 26.1.0_devel (mesa-git) - **Ollama Version:** 0.17.7 ### Log Output Even with `OLLAMA_VULKAN=1`, the runner falls back to CPU: `level=INFO source=ggml.go:494 msg="offloaded 0/35 layers to GPU"` `vulkaninfo` correctly identifies the device: `deviceName = AMD Radeon RX 9060 XT (RADV GFX1200)` ### Additional Context The GFX1200 architecture seems to be missing from the supported GPU discovery list in the current llama.cpp/ggml integration.
Author
Owner

@Kangaroux commented on GitHub (Mar 11, 2026):

Have you tried https://docs.ollama.com/gpu#overrides-on-linux

<!-- gh-comment-id:4035863219 --> @Kangaroux commented on GitHub (Mar 11, 2026): Have you tried https://docs.ollama.com/gpu#overrides-on-linux
Author
Owner

@dhiltgen commented on GitHub (Mar 11, 2026):

Release 0.17.8 updates Linux to ROCm v7 which covers support for this GPU. Please give the RC a try and let us know if you run into any problems.

<!-- gh-comment-id:4041965932 --> @dhiltgen commented on GitHub (Mar 11, 2026): Release 0.17.8 updates Linux to ROCm v7 which covers support for this GPU. Please give the [RC a try](https://github.com/ollama/ollama/blob/main/docs/linux.mdx#installing-specific-versions) and let us know if you run into any problems.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#56058