[All] Bump minimum supported cuDNN version to 9.11#3236
Open
cyanguwa wants to merge 2 commits into
Open
Conversation
Signed-off-by: Charlene Yang <8636796+cyanguwa@users.noreply.github.com>
Contributor
Greptile SummaryThis PR updates the documented minimum cuDNN requirement from 9.3 to 9.11 across the two user-facing prerequisite sections, reflecting that 9.11 is now the baseline the team recommends and supports.
Confidence Score: 5/5Documentation-only change touching two lines across two files; no runtime logic, build scripts, or version-enforcement code is modified. Both changed lines are plain-text prerequisite statements. The two files are consistent with each other, and the rest of the codebase (CMake find-module, runtime version guards) does not enforce the old 9.3 floor in a way that would conflict with this update. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[User installs Transformer Engine] --> B{cuDNN version check}
B -->|cuDNN < 9.11| C[❌ Below documented minimum\nupgrade required per README / docs]
B -->|cuDNN >= 9.11| D[✅ Meets new minimum requirement]
Reviews (2): Last reviewed commit: "Merge branch 'main' into update-min-cudn..." | Re-trigger Greptile |
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.
Description
This PR raises the minimum supported cuDNN version from 9.3 to 9.11 in Transformer Engine. 9.11 is about a year old and we encourage users to update their cuDNN version if they haven't.
Type of change
Changes
Checklist: