From 97792977304eac7fb9e5e50f7b3889e0e4f2221b Mon Sep 17 00:00:00 2001 From: Akrit Kumar Behera <84931167+akritkbehera@users.noreply.github.com> Date: Sun, 24 May 2026 07:27:31 +0200 Subject: [PATCH] Update ROCm version number to 7.1.0 --- rocm-config.file | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rocm-config.file b/rocm-config.file index 7a1040062d6..ce97eb7bf5f 100644 --- a/rocm-config.file +++ b/rocm-config.file @@ -1,7 +1,7 @@ ### FILE rocm-config # define the ROCm compilation flags in a way that can be shared by SCRAM-based and regular tools ## INCLUDE rocm-flags -%define rocm_version_num 7.2.3 +%define rocm_version_num 7.1.0 %define rocm_version rocm-%{rocm_version_num} %define rocm_systems_source git+https://github.com/ROCm/rocm-systems.git?obj=release/rocm-rel-7.2/%{rocm_version}&export=rocm-systems&submodules=1&output=/rocm-systems.tar.gz %define rocm_libraries_source git+https://github.com/ROCm/rocm-libraries.git?obj=develop/%{rocm_version}&export=rocm-libraries&submodules=1&output=/rocm-libraries.tar.gz