From e39f8bf7d4bdfe7a5d7cac8c10f5a70fce89fd2f Mon Sep 17 00:00:00 2001 From: Gilles Grospellier Date: Fri, 30 Jan 2026 15:16:06 +0100 Subject: [PATCH] [CI] Remove workflow for ROCM 5.7.1 This version is very old and does not implemented required methods for cooperative_groups::grid_group. --- .github/workflows/ubuntu-rocm.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/ubuntu-rocm.yaml b/.github/workflows/ubuntu-rocm.yaml index fa726b20b..f2f1503a4 100644 --- a/.github/workflows/ubuntu-rocm.yaml +++ b/.github/workflows/ubuntu-rocm.yaml @@ -33,13 +33,6 @@ jobs: amdgpu-package: amdgpu-install_6.3.60301-1_all.deb driver-repo-name : amdgpu cmake_specific_args : '' - - os: ubuntu-22.04 - ubuntu-name: jammy - full_name: 'ubuntu-22.04-rocm-5.7.1' - rocm-version: '5.7.1' - amdgpu-package: amdgpu-install_5.7.50701-1_all.deb - driver-repo-name : amdgpu - cmake_specific_args : '-DARCCORE_ENABLE_TBB=FALSE' env: # Indicates the CMake build directory where project files and binaries are being produced.