DOC: Drop all mentions of CUDA 11 from installation guides and support policies#902
Merged
DOC: Drop all mentions of CUDA 11 from installation guides and support policies#902
Conversation
Contributor
…nstead of 11/12 Co-authored-by: leofang <5534781+leofang@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] DOC: Drop all mentions of CUDA 11
DOC: Drop all mentions of CUDA 11 from installation guides and support policies
Aug 25, 2025
leofang
requested changes
Aug 25, 2025
Member
leofang
left a comment
There was a problem hiding this comment.
@copilot add a release note entry to cuda.core 0.X.Y, mentioning that CUDA 11 support is no longer tested and it may or may not work with cuda.bindings and CTK 11.x
Co-authored-by: leofang <5534781+leofang@users.noreply.github.com>
Contributor
Author
Added a release note entry to cuda.core 0.X.Y-notes.rst mentioning that CUDA 11 support is no longer tested and may or may not work with cuda.bindings and CTK 11.x. Commit: 08ac62f |
rparolin
approved these changes
Aug 25, 2025
leofang
approved these changes
Aug 25, 2025
Member
|
Thanks, Rob! Since this is a minor doc change, let me admin-merge and rebuild the docs on main. |
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.
This PR updates the documentation to remove CUDA 11 support references and focus on CUDA 12 and 13, reflecting the current state where CUDA 11 support has been dropped.
Changes Made
Support Policy Updates:
cuda_bindings/docs/source/support.rstto indicate that CUDA 12 & 13 are actively maintained instead of CUDA 11 & 12Installation Guide Updates:
Updated
cuda_core/docs/source/install.rstto:[cu11]to[cu13]cuda-version=11tocuda-version=13Release Notes Updates:
cuda_core/docs/source/release/0.X.Y-notes.rststating that CUDA 11 support is no longer tested and may or may not work with cuda.bindings and CTK 11.xFiles Preserved
As requested, historical documents remain unchanged:
release/directories are preservedmodule/runtime.rstmentioning when CUDA 11.2 features were introduced) are preservedThis ensures users have clear guidance on current supported CUDA versions while maintaining historical context in appropriate documentation sections.
Fixes #887.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.