Add redirects for removed gpu-arch pages to ROCm docs - #134
Merged
Conversation
AMD-melliott
requested review from
mbenavidez-amd and
nabotelh-amd
as code owners
August 27, 2026 20:07
Collaborator
Author
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
force-pushed
the
gpu-arch-redirects
branch
from
August 27, 2026 20:19
6748680 to
7e0656a
Compare
AMD-melliott
added a commit
to AMD-melliott/instinct-docs
that referenced
this pull request
Aug 28, 2026
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.
Summary
gpu-arch/gpu-arch,mi100,mi250,mi300,mi300-mi200-performance-counters,mi350) were removed in Remove gpu-arch pages, link to ROCm docs instead #132 in favor of linking out torocm.docs.amd.com, but the old instinct-docs URLs now 404 instead of forwarding readers to the live pages.sphinx-reredirects(already a pinned but unused dependency indocs/sphinx/requirements.txt) with a mapping from each removed docname to its ROCm-hosted equivalent.Test plan
redirectsconfig — all 6 files generated at the expected build paths with correct meta-refresh/JS targets./gpu-arch/<page>.htmlforwards to the correspondingrocm.docs.amd.com/en/latest/reference/gpu-arch/...page.