Remove gpu-arch pages, link to ROCm docs instead - #132
Merged
Conversation
The GPU architecture documentation is now maintained in the ROCm repository. Delete the superseded instinct-docs pages and images, and repoint the TOC and landing-page cards to the ROCm-hosted page. Co-Authored-By: Claude Opus 4 (1M context) <[email protected]>
neon60
requested review from
AMD-melliott,
mbenavidez-amd and
nabotelh-amd
as code owners
August 19, 2026 10:07
mbenavidez-amd
approved these changes
Aug 19, 2026
2 tasks
AMD-melliott
added a commit
to AMD-melliott/instinct-docs
that referenced
this pull request
Aug 27, 2026
The GPU architecture pages were deleted in favor of linking out to rocm.docs.amd.com (ROCm#132), but the old instinct-docs URLs still 404 instead of forwarding readers to the live equivalents. Wire up the already-pinned sphinx-reredirects extension with a mapping from each removed docname to its ROCm-hosted replacement.
AMD-melliott
added a commit
that referenced
this pull request
Aug 27, 2026
The GPU architecture pages were deleted in favor of linking out to rocm.docs.amd.com (#132), but the old instinct-docs URLs still 404 instead of forwarding readers to the live equivalents. Wire up the already-pinned sphinx-reredirects extension with a mapping from each removed docname to its ROCm-hosted replacement.
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.
Motivation
The GPU architecture documentation is now maintained in the ROCm repository. Delete the superseded instinct-docs pages and images, and repoint the TOC and landing-page cards to the ROCm-hosted page.
Technical Details
The ROCm version at
docs/reference/gpu-arch/fully supersedes the instinct-docs pages: it adds complete MI350 content and a newmi350-performance-counters.rst, updates product naming ("GPUs" over "accelerators", "Series" capitalization), and fixes the performance-counters cross-reference to point at ROCprofiler-SDK instead of the deprecated ROCProfiler v1.Changes in this PR:
docs/gpu-arch/{gpu-arch,mi100,mi250,mi300,mi350}.mdanddocs/gpu-arch/mi300-mi200-performance-counters.rst.docs/images/gpu-arch/(image001–008.png, mi300-node-level-arch.png), used only by the deleted pages.https://rocm.docs.amd.com/en/latest/reference/gpu-arch/index.html:docs/sphinx/_toc.yml.in— replaced the full "Instinct Micro-architecture" subtree (including the per-generation ISA and white-paper PDF links) with a single external link entry.docs/index.md— landing-page card.docs/resources/common-reference.md— reference card.Note: the per-generation ISA and white-paper PDF links previously surfaced in the TOC now live only on the ROCm page, which is the intended consolidation.
Test Plan
docs/gpu-arch/*pages in the docs source.Test Result
grepforgpu-arch/(gpu-arch|mi100|mi250|mi300|mi350)underdocs/returns no matches — no dangling references remain.Submission Checklist