From aa09132dfd04b1f0e8ed3053695c0e744cd11b67 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Mon, 1 Dec 2025 09:07:35 -0600 Subject: [PATCH] Update ROCm to 7.1.1 (#21113) * Update ROCm to 7.1.1 * testing for build * Fix * remove debug --- .github/workflows/ci.yml | 2 +- docker/rocm/Dockerfile | 2 +- docker/rocm/rocm.hcl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dcf3070b5..b211ed0e5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ concurrency: cancel-in-progress: true env: - PYTHON_VERSION: 3.9 + PYTHON_VERSION: 3.11 jobs: amd64_build: diff --git a/docker/rocm/Dockerfile b/docker/rocm/Dockerfile index 0c4e2a5cc..b444bb8ec 100644 --- a/docker/rocm/Dockerfile +++ b/docker/rocm/Dockerfile @@ -15,7 +15,7 @@ ARG AMDGPU RUN apt update -qq && \ apt install -y wget gpg && \ - wget -O rocm.deb https://repo.radeon.com/amdgpu-install/7.1/ubuntu/jammy/amdgpu-install_7.1.70100-1_all.deb && \ + wget -O rocm.deb https://repo.radeon.com/amdgpu-install/7.1.1/ubuntu/jammy/amdgpu-install_7.1.1.70101-1_all.deb && \ apt install -y ./rocm.deb && \ apt update && \ apt install -qq -y rocm diff --git a/docker/rocm/rocm.hcl b/docker/rocm/rocm.hcl index 0e9ae2c5c..debeee2f3 100644 --- a/docker/rocm/rocm.hcl +++ b/docker/rocm/rocm.hcl @@ -2,7 +2,7 @@ variable "AMDGPU" { default = "gfx900" } variable "ROCM" { - default = "7.1.0" + default = "7.1.1" } variable "HSA_OVERRIDE_GFX_VERSION" { default = ""