Skip to content

Update cudnn-frontend to 1.23.0#3003

Open
ksivaman wants to merge 3 commits into
NVIDIA:mainfrom
ksivaman:cudnn_fe_1_23
Open

Update cudnn-frontend to 1.23.0#3003
ksivaman wants to merge 3 commits into
NVIDIA:mainfrom
ksivaman:cudnn_fe_1_23

Conversation

@ksivaman
Copy link
Copy Markdown
Member

Description

Update cudnn-frontend to 1.23.0

Type of change

  • Documentation change (change only to the documentation, either a fix or a new content)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Infra/Build change
  • Code refactoring

Changes

  • Update cudnn-frontend to 1.23.0

Checklist:

  • I have read and followed the contributing guidelines
  • The functionality is complete
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

Signed-off-by: ksivamani <ksivamani@nvidia.com>
@ksivaman ksivaman requested a review from cyanguwa May 17, 2026 01:25
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented May 17, 2026

Greptile Summary

This PR updates the cudnn-frontend submodule from commit 97f6cb3b to fb682ce7, which corresponds to the officially tagged v1.23.0 release on the NVIDIA/cudnn-frontend repository.

  • The submodule pointer is now aligned with the v1.23.0 tagged commit (fb682ce7), resolving the mismatch noted in a prior review thread.
  • No source files in the main TransformerEngine codebase are modified; the only change is the submodule reference in 3rdparty/cudnn-frontend.

Confidence Score: 5/5

Safe to merge — the only change is advancing the cudnn-frontend submodule pointer to the officially tagged v1.23.0 release commit.

The change is a single-line submodule bump to a well-defined upstream release tag with no modifications to TransformerEngine source files.

No files require special attention.

Important Files Changed

Filename Overview
3rdparty/cudnn-frontend Submodule pointer updated from 97f6cb3b to fb682ce7, which is the commit tagged as v1.23.0 on the NVIDIA/cudnn-frontend repository.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[TransformerEngine main repo] --> B[3rdparty/cudnn-frontend submodule]
    B --> C{Submodule commit}
    C -->|Before: 97f6cb3b| D[Previous version]
    C -->|After: fb682ce7| E[v1.23.0 tagged release]
    E --> F[NVIDIA/cudnn-frontend @ v1.23.0]
Loading

Reviews (3): Last reviewed commit: "Merge branch 'main' into cudnn_fe_1_23" | Re-trigger Greptile

Comment thread 3rdparty/cudnn-frontend Outdated
Signed-off-by: ksivamani <ksivamani@nvidia.com>
@ptrendx
Copy link
Copy Markdown
Member

ptrendx commented May 18, 2026

/te-ci

@ksivaman
Copy link
Copy Markdown
Member Author

/te-ci

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants