From e3677d89a68be6cc34ed72fa44d79506646c2153 Mon Sep 17 00:00:00 2001 From: Pratik Basyal Date: Wed, 8 Oct 2025 11:00:42 -0400 Subject: [PATCH] PLDM bundle info updated for 7.0.2 (#574) * PLDM bundle info updated * Driver dependency added to GPU resiliency * Known issue for Migrpahx added * Footnote added * Known issue for OpenCV updated * Leo's feedback incorporated * Radeon 9060 updated * Known issues updated --- RELEASE.md | 64 +++++++++++++++++++++++-------- docs/reference/gpu-arch-specs.rst | 18 +++++++++ 2 files changed, 66 insertions(+), 16 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index ca15066f8..8264d914f 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -16,7 +16,7 @@ The release notes provide a summary of notable changes since the previous ROCm r - [Release highlights](#release-highlights) -- [Operating system, hardware, and virtualization support changes](#operating-system-hardware-and-virtualization-support-changes) +- [Supported hardware, operating system, and virtualization changes](#supported-hardware-operating-system-hardware-and-virtualization-changes) - [User space, driver, and firmware dependent changes](#user-space-driver-and-firmware-dependent-changes) @@ -38,9 +38,9 @@ documentation to verify compatibility and system requirements. The following are notable new features and improvements in ROCm 7.0.2. For changes to individual components, see [Detailed component changes](#detailed-component-changes). -### Operating system, hardware, and virtualization support changes +### Supported hardware, operating system, and virtualization changes -Hardware support remains unchanged in this release. For details, see the full list of [Supported GPUs (Linux)](https://rocm.docs.amd.com/projects/install-on-linux-internal/en/latest/reference/system-requirements.html#supported-gpus). +ROCm 7.0.2 adds support for the RDNA4 architecture-based [AMD Radeon RX 9060](https://www.amd.com/en/products/graphics/desktops/radeon/9000-series/amd-radeon-rx-9060.html). For more information about supported AMD hardware, see [Supported GPUs (Linux)](https://rocm.docs.amd.com/projects/install-on-linux-internal/en/latest/reference/system-requirements.html#supported-gpus). ROCm 7.0.2 adds support for the following operating systems and kernel versions: @@ -91,20 +91,22 @@ firmware, AMD GPU drivers, and the ROCm user space software. ROCm 7.0.2 MI355X - 01.25.13.09 (or later)
- 01.25.11.02 + 01.25.15.02 (or later)
+ 01.25.13.09 - 30.10.1
+ 30.10.2
+ 30.10.1
30.10 - 8.4.0.K + 8.4.1.K MI350X - 01.25.13.09 (or later)
- 01.25.11.02 + 01.25.15.02 (or later)
+ 01.25.13.09 - 30.10.1
+ 30.10.2
+ 30.10.1
30.10 @@ -114,6 +116,7 @@ firmware, AMD GPU drivers, and the ROCm user space software. 01.25.03.03 + 30.10.2
30.10.1
30.10
6.4.z where z (0-3)
@@ -122,20 +125,22 @@ firmware, AMD GPU drivers, and the ROCm user space software. MI300X - 01.25.03.12 (or later)
- 01.25.02.04 + 01.25.05.00 (or later)[1]
+ 01.25.03.12 + 30.10.2
30.10.1
30.10
6.4.z where z (0–3)
6.3.y where y (0–3)
6.2.x where x (1–4) - 8.4.0.K + 8.4.1.K MI300A - 26 (or later) + BKC 26 (or later)
+ BKC 25 Not Applicable @@ -159,10 +164,16 @@ firmware, AMD GPU drivers, and the ROCm user space software. -### Improved GPU resiliency +

[1]: PLDM bundle 01.25.05.00 will be available by October 31, 2025.

+ +#### AMD Instinct MI300X GPU resiliency improvement Multimedia Engine Reset has been added to support finer-grain GPU Resiliency on AMD Instinct MI300X GPUs. It allows recovery from VCN/JPEG kernel queue hang cases without requiring a full GPU reset, improving system stability and fault tolerance. -To support this feature, AMD Instinct MI300X paired with: PLDM bundle 01.25.05.00 (or later) firmware is required. +To support this feature, the AMD Instinct MI300X GPU requires PLDM bundle 01.25.05.00 (or later) firmware and AMD GPU Driver (amdgpu) 30.10.2. + +#### New OS support in ROCm dependent on AMD GPU Driver + +ROCm support for RHEL 10.0 and Oracle 10 requires AMD GPU Driver 30.10.2 or later. ### RAG AI support enabled for ROCm @@ -187,6 +198,14 @@ ROCm-LS provides the following tools to build a complete workflow for life scien ROCm provides a comprehensive ecosystem for deep learning development. For more information, see [Deep learning frameworks for ROCm](https://rocm.docs.amd.com/en/latest/how-to/deep-learning-rocm.html) and the [Compatibility matrix](../../docs/compatibility/compatibility-matrix.rst) for the complete list of Deep learning and AI framework versions tested for compatibility with ROCm. +#### Updated framework support + +ROCm 7.0.0 introduces several newly supported versions of Deep learning and AI frameworks: + +##### PyTorch + +ROCm 7.0.2 enables support for PyTorch 2.8. + #### New frameworks AMD ROCm has officially added support for the following Deep learning and AI frameworks: @@ -684,6 +703,19 @@ The ROCR Debug Agent might also become unresponsive when attempting to capture d For a detailed workaround, see the [Installation troubleshooting](https://rocm.docs.amd.com/projects/install-on-linux-internal/en/latest/reference/install-faq.html#issue-10-rocm-debugging-tools-might-become-unresponsive-in-selinux-enabled-distributions) documentation. This issue will be fixed in a future ROCm release. +### MIGraphX Python API will fail when running on Python 3.13 + +Applications using the MIGraphX Python API will fail when running on Python 3.13 and return the error message `AttributeError: module 'migraphx' has no attribute 'parse_onnx'`. The issue does not occur when you manually build MIGraphX. For detailed instructions, see [Building from source](https://rocm.docs.amd.com/projects/AMDMIGraphX/en/latest/install/building_migraphx.html). As a workaround, change the Python version to the one found in the installed location: + +``` +ls -l /opt/rocm-7.0.0/lib/libmigraphx_py_*.so +``` +The issue will be resolved in a future ROCm release. + +### Applications using OpenCV might fail due to package incompatibility between the OS + +OpenCV packages built on Ubuntu 24.04 are incompatible with Debian 13 due to a version conflict. As a result, applications, tests, and samples that use OpenCV might fail. To avoid the version conflict, rebuild OpenCV with the version corresponding to Debian 13, then rebuild MIVisionX on top of it. As a workaround, rebuild OpenCV from source, followed by the application that uses OpenCV. This issue will be fixed in a future ROCm release. + ## ROCm upcoming changes The following changes to the ROCm software stack are anticipated for future releases. diff --git a/docs/reference/gpu-arch-specs.rst b/docs/reference/gpu-arch-specs.rst index 7d7ef607c..7b71435d2 100644 --- a/docs/reference/gpu-arch-specs.rst +++ b/docs/reference/gpu-arch-specs.rst @@ -628,6 +628,24 @@ For more information about ROCm hardware compatibility, see the ROCm `Compatibil - 32 - 12 - 0 + * + - Radeon RX 9060 + - RDNA4 + - gfx1200 + - 8 + - 28 + - 32 or 64 + - 128 + - 32 + - 4 + - N/A + - 32 + - 16 + - 32 + - 768 + - 32 + - 12 + - 0 * - Radeon RX 7900 XTX - RDNA3