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
1 change: 1 addition & 0 deletions docs/releasenotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,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**.

### Known Limitations

Expand Down
Loading