Update cudnn-frontend to 1.23.0#3003
Conversation
Signed-off-by: ksivamani <ksivamani@nvidia.com>
Greptile SummaryThis PR bumps the
Confidence Score: 5/5Safe to merge — the submodule now points to the official v1.23.0 tagged commit and no TE source files were changed. The only change is the submodule pointer update to fb682ce7, confirmed to match the v1.23.0 release tag on NVIDIA/cudnn-frontend. The fixup commit resolved the earlier incorrect SHA. No consuming code in TransformerEngine was altered, and the pre-existing version guard remains satisfied. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A["PR #3003: Update cudnn-frontend to 1.23.0"] --> B["Commit 22b34608\nUpdate cudnn-FE to 1.23.0\n(initial, wrong SHA)"]
B --> C["Commit b5b0e4e1\nPoint to correct commit\n(fixup)"]
C --> D["3rdparty/cudnn-frontend\nSHA: fb682ce7"]
D --> E{"Matches v1.23.0 tag?"}
E -->|"Yes ✓"| F["Official NVIDIA/cudnn-frontend\nv1.23.0 release"]
F --> G["CUDNN_FRONTEND_VERSION >= 10601\nstatic_assert passes ✓"]
Reviews (2): Last reviewed commit: "Point to correct commit" | Re-trigger Greptile |
Signed-off-by: ksivamani <ksivamani@nvidia.com>
|
/te-ci |
Description
Update
cudnn-frontendto 1.23.0Type of change
Changes
cudnn-frontendto 1.23.0Checklist: