From 798fd09bfe3ef2d749edc81b6ff4efec27d6bd0f Mon Sep 17 00:00:00 2001 From: saman-amd Date: Sun, 12 Apr 2026 15:11:58 -0400 Subject: [PATCH] Update to ROCm 7.2.1 (#15483) Co-authored-by: Samiii777 <58442200+Samiii777@users.noreply.github.com> --- .github/workflows/test.yaml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 9f6f41c2c..92e6bcc6d 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -51,7 +51,7 @@ jobs: container: nvidia/cuda:13.0.0-devel-ubuntu22.04 flags: '-DCMAKE_CUDA_ARCHITECTURES=87' - preset: ROCm - container: rocm/dev-ubuntu-22.04:7.2 + container: rocm/dev-ubuntu-22.04:7.2.1 extra-packages: rocm-libs flags: '-DAMDGPU_TARGETS=gfx1010 -DCMAKE_PREFIX_PATH=/opt/rocm' - preset: Vulkan diff --git a/Dockerfile b/Dockerfile index 5b0b09dcc..885faf250 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG FLAVOR=${TARGETARCH} -ARG ROCMVERSION=7.2 +ARG ROCMVERSION=7.2.1 ARG JETPACK5VERSION=r35.4.1 ARG JETPACK6VERSION=r36.4.0 ARG CMAKEVERSION=3.31.2