[CP 1620] docs: note DRA driver v1.0.1 requirement for amdgpu 6.19.14 / 31.40+ - #610
Merged
Conversation
…(#1620) 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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
cp of pensando/gpu-operator#1620
Source PR Description (pensando/gpu-operator#1620):
Summary
Adds a release note under v1.5.1 → Fixes documenting that, starting with amdgpu driver
6.19.14(packaged release31.40), a change in the driver's version-reporting scheme prevented earlier DRA driver versions from advertising GPUs. Users on amdgpu6.19.14/31.40+ must deploy DRA driver v1.0.1 or later.Context
The corresponding fix lives in the DRA driver (ROCm/k8s-gpu-dra-driver#68, shipping in v1.0.1). This note is intentionally high-level — it points users at the version requirement without going into the DRA driver's internal attribute changes.
Targeting the
v1.5.1branch; auto cherry-pick will propagate tomainand the external ROCm repo.Cherrypick triggered by: ACP-Automation