Bump ROCM to 6.4 to support RX 9070 GPUs.

This commit is contained in:
Steve Smith 2025-07-28 16:31:26 +10:00
parent 898d1de875
commit 7c865d8adf
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ ARG AMDGPU
RUN apt update && \
apt install -y wget gpg && \
wget -O rocm.deb https://repo.radeon.com/amdgpu-install/$ROCM/ubuntu/jammy/amdgpu-install_6.3.60303-1_all.deb && \
wget -O rocm.deb https://repo.radeon.com/amdgpu-install/$ROCM/ubuntu/jammy/amdgpu-install_6.4.60401-1_all.deb && \
apt install -y ./rocm.deb && \
apt update && \
apt install -y rocm

View File

@ -2,7 +2,7 @@ variable "AMDGPU" {
default = "gfx900"
}
variable "ROCM" {
default = "6.3.3"
default = "6.4.1"
}
variable "HSA_OVERRIDE_GFX_VERSION" {
default = ""

View File

@ -12,7 +12,7 @@ local-rocm: version
--set rocm.tags=frigate:latest-rocm-$(word 1,$(subst :, ,$(chipset))) \
--load \
&&) true
unset HSA_OVERRIDE_GFX_VERSION && \
HSA_OVERRIDE=0 \
AMDGPU=gfx \