Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions docs/releasenotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ The AMD GPU Operator v1.5.1 release extends hardware support to the **AMD Instin
- Platform support additions for MI350P and Radeon AI PRO GPU families.
- **Driver upgrade reboot could leave operands with `exec format error`** — the driver-upgrade reboot pod now flushes filesystems (`sync`) before rebooting the node, and the DRA driver is now included in the pre-reboot drain list, preventing truncated operand executables after an operator-managed upgrade reboot. [[ROCm/gpu-operator#606]](https://github.com/ROCm/gpu-operator/pull/606)
- **DRA driver requires v1.0.1+ with amdgpu driver 6.19.14 / release 31.40 and later** — starting with amdgpu driver `6.19.14` (packaged release `31.40`), a change in the driver's version-reporting scheme prevented earlier DRA driver versions from advertising GPUs, so DRA workloads could not be scheduled. When using the DRA driver with amdgpu `6.19.14` / `31.40` or later, deploy DRA driver **v1.0.1 or later**.
- **Device Metrics Exporter: `gfx_activity` idle uptick on Radeon AI resolved** — on Radeon AI platforms, `gfx_activity` now shows true idle values.

### Known Limitations

Expand All @@ -50,9 +51,6 @@ The AMD GPU Operator v1.5.1 release extends hardware support to the **AMD Instin
- **Node Labeller reports incorrect product name for Radeon AI GPUs**
- On Radeon AI platforms, the `amd.com/gpu.product-name` node label is populated as `AMD_Radeon_Graphics` instead of the specific model name (e.g., `AMD Radeon AI Pro R9700S`). This is a known issue and will be fixed in a future release.

- **Device Metrics Exporter: `gfx_activity` idle uptick on Radeon AI**
- On Radeon AI platforms, `gfx_activity` may show a spurious uptick when the GPU is idle. This is a cosmetic issue and does not indicate actual GPU activity.

## GPU Operator v1.5.0 Release Notes

The AMD GPU Operator v1.5.0 release introduces support for **Dynamic Resource Allocation (DRA)** as an alternative to the device plugin, **Auto Node Remediation (ANR)** for automated recovery of unhealthy GPU worker nodes, and **Node Problem Detector (NPD)** integration for surfacing GPU-related node conditions. The release also brings broader configurability across the operator (KMM, kubelet socket path, custom package repositories, host network configs, global image pull secrets) and updates the managed stack to ROCm 7.2.1.
Expand Down
Loading