[CUDA] Update cuda archs in packaging pipelines - #31992
Merged
Merged
Conversation
Baiju Meswani (baijumeswani)
approved these changes
Aug 11, 2026
Akshay Sonawane (apsonawane)
approved these changes
Aug 11, 2026
This was referenced Aug 12, 2026
Closed
Open
This was referenced Aug 20, 2026
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.
This change aligns CUDA architecture selections across the CUDA plugin EP and the related Python, C API, TensorRT, and Node.js packaging pipelines. Linux Python packaging now passes architecture lists separately for x64 and aarch64, while the other Linux packaging scripts use the same per-CUDA-version x64 lists.
CUDA Architecture Matrix
The
asuffix denotes the architecture-specific CMake form such as90-realor120-real; all entries in the pipelines are emitted with the-realsuffix. CUDA 12.8 has no Linux aarch64 packaging configuration in these pipelines.Key Changes
plugin-cuda-pipeline.ymlas the reference architecture matrix.py-linux-gpu-stage.yml,run_python_dockerbuild.sh, andbuild_linux_python_package.sh.120-virtualfrom the affected packaging configurations so they match the plugin EP configuration.Validation
bash -npasses for all modified Linux packaging scripts.git diff --checkpasses.