[Build] Fix Win Arm64 Cuda Plugin Packaging - #32355
Merged
Tianlei Wu (tianleiwu) merged 3 commits intoSep 1, 2026
Merged
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 28bad07c-098e-4917-a893-b7a772d5f036
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 28bad07c-098e-4917-a893-b7a772d5f036
Co-authored-by: tianleiwu <30328909+tianleiwu@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Fixes Windows ARM64 CUDA plugin packaging on the new build pool.
Changes:
- Installs ARM64 AzCopy and authenticates SDK downloads through Azure CLI.
- Adds a cuDNN frontend compatibility patch for ARM64 headers.
- Applies both Windows-specific cuDNN frontend patches.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
tools/ci_build/github/azure-pipelines/stages/plugin-win-cuda-stage.yml |
Bootstraps AzCopy and updates ARM64 downloads. |
cmake/patches/cudnn_frontend/cudnn_frontend_win_arm64_compat.patch |
Guards the unavailable cuDNN attribute. |
cmake/external/cudnn_frontend.cmake |
Applies the new compatibility patch. |
💡 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Tianlei Wu (tianleiwu)
enabled auto-merge (squash)
September 1, 2026 17:52
Baiju Meswani (baijumeswani)
approved these changes
Sep 1, 2026
Tianlei Wu (tianleiwu)
deleted the
tlwu/fix_win_arm64_cuda_plugin-azcopy
branch
September 1, 2026 18:54
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.
Address two issues in Win Arm64 Cuda Plugin Packaging:
(1) Authenticate Windows ARM64 CUDA downloads for new machine pool
(2) Fix cudnn-frontend build error for a missing attribute in Windows ARM64 cuDNN 9.24.0.17 headers