[CUDA] upgrade cutlass 4.7 and cudnn-frontend 1.27 - #32111
Open
Tianlei Wu (tianleiwu) wants to merge 1 commit into
Open
[CUDA] upgrade cutlass 4.7 and cudnn-frontend 1.27#32111Tianlei Wu (tianleiwu) wants to merge 1 commit into
Tianlei Wu (tianleiwu) wants to merge 1 commit into
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Upgrades CUDA dependencies for newer CUTLASS and cuDNN Frontend support.
Changes:
- Upgrades CUTLASS to 4.7.0 and selects its matching patch.
- Upgrades cuDNN Frontend to 1.27.0.
- Normalizes the CUTLASS patch file ending.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
cmake/deps.txt |
Updates dependency URLs and hashes. |
cmake/external/cutlass.cmake |
Selects the CUTLASS 4.7 patch. |
cmake/patches/cutlass/cutlass_4.7.0.patch |
Adds the final newline. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| extensions;https://github.com/microsoft/onnxruntime-extensions/archive/c24b7bab0c12f53da76d0c31b03b9f0f8ec8f3b4.zip;239063aee4946a9af147b473a4c3da78ba7413b4 | ||
| directx_headers;https://github.com/microsoft/DirectX-Headers/archive/refs/tags/v1.613.1.zip;47653509a3371eabb156360f42faf582f314bf2e | ||
| cudnn_frontend;https://github.com/NVIDIA/cudnn-frontend/archive/refs/tags/v1.24.0.zip;a55a1980bf5c57692d66ae7bc3b39798f5535e1f | ||
| cudnn_frontend;https://github.com/NVIDIA/cudnn-frontend/archive/refs/tags/v1.27.0.zip;1e4c9a464d3437e388ab0163f3be068dba783c08 |
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.
Upgrade cutlass from 4.4.2 to 4.7
Upgrade cudnn-frontend from 1.24 to 1.27