[GH-ISSUE #3809] AMD gfx90a unrecognized (seen as gfx9010) #28113

Closed
opened 2026-04-22 05:56:30 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @simark on GitHub (Apr 22, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/3809

Originally assigned to: @dhiltgen on GitHub.

What is the issue?

I have a system with 3 AMD cards, a gfx900, a gfx906 and a gfx90a. When I launch ollama serve, I see:

time=2024-04-21T23:32:10.765-04:00 level=INFO source=amd_linux.go:121 msg="amdgpu [3] gfx900 is supported"
time=2024-04-21T23:32:10.765-04:00 level=INFO source=amd_linux.go:121 msg="amdgpu [4] gfx906 is supported"
time=2024-04-21T23:32:10.765-04:00 level=WARN source=amd_linux.go:116 msg="amdgpu [5] gfx9010 is not supported by /tmp/ollama2577336771/rocm [gfx1030 gfx1100 gfx1101 gfx1102 gfx900 gfx906 gfx908 gfx90a gfx940 gfx941 gfx942]"

The gfx9010 looks fishy. I have the feeling that the last %d here should be a %x.

OS

Linux

GPU

AMD

CPU

AMD

Ollama version

0.1.32

Originally created by @simark on GitHub (Apr 22, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/3809 Originally assigned to: @dhiltgen on GitHub. ### What is the issue? I have a system with 3 AMD cards, a gfx900, a gfx906 and a gfx90a. When I launch `ollama serve`, I see: time=2024-04-21T23:32:10.765-04:00 level=INFO source=amd_linux.go:121 msg="amdgpu [3] gfx900 is supported" time=2024-04-21T23:32:10.765-04:00 level=INFO source=amd_linux.go:121 msg="amdgpu [4] gfx906 is supported" time=2024-04-21T23:32:10.765-04:00 level=WARN source=amd_linux.go:116 msg="amdgpu [5] gfx9010 is not supported by /tmp/ollama2577336771/rocm [gfx1030 gfx1100 gfx1101 gfx1102 gfx900 gfx906 gfx908 gfx90a gfx940 gfx941 gfx942]" The `gfx9010` looks fishy. I have the feeling that the last `%d` [here](https://github.com/ollama/ollama/blob/62be2050dd83197864d771fe6891fc47486ee6a1/gpu/amd_linux.go#L450) should be a `%x`. ### OS Linux ### GPU AMD ### CPU AMD ### Ollama version 0.1.32
GiteaMirror added the amdbug labels 2026-04-22 05:56:31 -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#28113