]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
rocm.Dockerfile: added gfx1200,gfx1201 architectures to support AMD Radeon RX 9000...
authorAdam <redacted>
Sun, 14 Sep 2025 18:43:54 +0000 (04:43 +1000)
committerGitHub <redacted>
Sun, 14 Sep 2025 18:43:54 +0000 (20:43 +0200)
commit0fa154e3502e940df914f03b41475a2b80b985b0
treed94cdd78fa43e3d24e1a8319073a707b6cd5db01
parent261e6a20ffdb79c4875e674b4f6b514bc73cff8f
rocm.Dockerfile: added gfx1200,gfx1201 architectures to support  AMD Radeon RX 9000 series (#15994)

* rocm.Dockerfile: added gfx1200,gfx1201 architectures to support  AMD Radeon RX 9000 series

https://rocm.docs.amd.com/projects/install-on-linux/en/docs-6.4.1/reference/system-requirements.html#rdna-os
states the Radeon RX 9000 series is supported support from Ubuntu 24.04.2, and the dockerfile is using 24.04 which is ROCm 6.4.

This fixed the `ROCm error: invalid device function` I was getting when trying to use the rocm container.
.devops/rocm.Dockerfile