[CP 1582] docs: add MI350P, R9700S, R9600D, and W7900 to supported hardware table#597
Merged
spraveenio merged 2 commits intoJul 8, 2026
Conversation
…le (#1582) * docs: add MI350P and Radeon AI Pro to supported GPUs table in docs/index.md The Supported Hardware table in docs/index.md was missing two GPU families that are actively validated in the platform-release CI pipeline and documented in the v1.5.1-beta release notes: - AMD Instinct MI350P (CDNA4/gfx950): has dedicated CI job, pytest fixtures, amdgpu-features.json entry, and Kubernetes+OpenShift support since v1.5.1-beta. - AMD Radeon AI Pro R9700S (RDNA4/gfx1201) and W7900 (RDNA3/gfx1100): have platform-release CI jobs, amdgpu-features.json entries, and Kubernetes support since v1.5.1-beta. Also adds MI308X (CDNA3/gfx942), which has SR-IOV exporter CI coverage alongside MI300X and MI350X. Expands the table into two sub-sections (Instinct / Radeon AI Pro) and adds an Architecture column for clarity. Includes a note on Radeon feature limits. Plan: docs-internal/knowledge/plans/2026-07-06-supported-gpus-update.md Co-Authored-By: Claude <noreply@anthropic.com> * docs: add GPU Operator version column to supported hardware table Maps each GPU model to the GPU Operator version that first introduced support, derived from release notes: - MI210/MI250/MI300X: v1.0.0+ - MI325X/MI350X/MI355X: v1.4.0+ - MI350P/R9700S/R9600D/W7900: v1.5.1+ Co-Authored-By: Claude <noreply@anthropic.com> * docs: remove internal IP from plan file Co-Authored-By: Claude <noreply@anthropic.com> * docs: remove GPU Operator version column from supported hardware table Keep the table two-column; the per-GPU operator-version mapping added noise without clear long-term maintenance value. Co-Authored-By: Claude <noreply@anthropic.com> --------- Co-authored-by: Claude <noreply@anthropic.com> (cherry picked from commit c9e6c93375d79bbde713a480cf84a9c6ff639f5c)
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#1582
Source PR Description (pensando/gpu-operator#1582):
Summary
docs/index.mdAll four GPUs have active CI coverage and test infrastructure in this repo:
tests/jobs/platform-release/mi350p/CI job, pytest fixtures,amdgpu-features.jsonentrytests/jobs/platform-release/radeon/CI job (gpu-series=R9700S),amdgpu-features.jsonentryamdgpu-features.jsonentryPlan: docs-internal/knowledge/plans/2026-07-06-supported-gpus-update.md
Test plan
🤖 Generated with Claude Code
Cherrypick triggered by: ACP-Automation