Update cudnn-frontend to 1.24.0#3016
Merged
sudhakarsingh27 merged 2 commits intoMay 22, 2026
Merged
Conversation
Signed-off-by: Sudhakar Singh <sudhakars@nvidia.com>
Member
Author
|
/te-ci |
Contributor
Greptile SummaryThis PR bumps the
Confidence Score: 5/5Safe to merge — the change is a single submodule pointer bump with no modifications to any source files. This is a minimal, well-scoped dependency update. The 1.24.0 release is entirely additive (new RoPE op, wider SDPA backward dimension support), with no API removals or breaking changes. Existing TransformerEngine consumers of cudnn-frontend (fused_attn.cpp, cudnn_utils.cpp) do not require any corresponding changes. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[TransformerEngine main] -->|depends on| B[3rdparty/cudnn-frontend]
B -->|before: v1.23.0\nfb682ce7| C[Old submodule]
B -->|after: v1.24.0\nc4a97621| D[New submodule]
D --> E[New: RoPE cuDNN op\nrequires cuDNN ≥ 9.24.0 for SDPA fusion]
D --> F[New: SDPA bwd d=256\nrequires cuDNN ≥ 9.23.0]
D --> G[Existing APIs unchanged]
Reviews (2): Last reviewed commit: "Merge branch 'main' of github.com:NVIDIA..." | 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
Update 3rd party submodule cudnn-frontend to 1.24.0
Fixes # (issue)
Type of change
Changes
Please list the changes introduced in this PR:
Checklist: