ci: add sm_121 (GB10) CUDA arch for x86 and arm64#13
Merged
Conversation
- Add sm_121 to ubuntu-latest-cuda and windows-latest-cuda matrices - Add new ubuntu-arm64-cuda job targeting ubuntu-24.04-arm runner with sm_121 - Use CUDA sbsa (ARM64) package repo for arm64 CUDA Toolkit install - Add ubuntu-arm64-cuda to release job needs Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
sm_121 (GB10/Blackwell) requires CUDA 12.9. Update ubuntu-latest-cuda, windows-latest-cuda, and ubuntu-arm64-cuda jobs accordingly. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
v0.2.22 does not include CUDA 12.9.x; v0.2.24 was the first release to add it. Bump to latest v0.2.35 and use 12.9.1 (latest 12.9 patch). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Adds CI/release build support for NVIDIA Blackwell GB10 by introducing sm_121 into the CUDA build matrices and adding an ARM64 CUDA build job, ensuring artifacts are produced for both x86_64 and arm64.
Changes:
- Add
sm_121to the CUDA architecture matrix for Ubuntu and Windows CUDA jobs. - Bump CUDA toolchain versions used in CI (Ubuntu apt installs CUDA Toolkit 12.9; Windows Jimver/cuda-toolkit updated and set to CUDA 12.9.1).
- Add a new
ubuntu-arm64-cudajob (SBSA repo install,sm_121only) and include it in thereleasejob dependencies.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
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.
Summary
Adds support for the
sm_121CUDA architecture used by the GB10 (Blackwell) device, for both x86_64 and ARM64.Changes
ubuntu-latest-cudaandwindows-latest-cuda: addedsm_121to the build matrixubuntu-arm64-cudajob: runs onubuntu-24.04-arm, buildssm_121only, installs CUDA from the SBSA (ARM64) package repo, and uploads anarm64-suffixed artifactreleasejob: addedubuntu-arm64-cudatoneeds