From 1cb6254f5443e3355f7691aa03aa256779f13c83 Mon Sep 17 00:00:00 2001 From: ci-penbot-01 Date: Wed, 22 Jul 2026 01:54:04 +0530 Subject: [PATCH] docs: note DRA driver v1.0.1 requirement for amdgpu 6.19.14 / 31.40+ (#1620) (#1622) 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. Document that DRA driver v1.0.1 or later is required in that configuration. (cherry picked from commit 500ef44b7c4b6b7b8ca3e1c2f650a3ede9b0417a) Co-authored-by: Nitish Bhat (cherry picked from commit f88f51981051b44e55e45d89c44116d13d93442f) --- docs/releasenotes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/releasenotes.md b/docs/releasenotes.md index 30353b296..66cf08551 100644 --- a/docs/releasenotes.md +++ b/docs/releasenotes.md @@ -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