ci: add CUDA 13.2 build and nightly test support#1925
Merged
Titus-von-Koeller merged 2 commits intomainfrom Apr 16, 2026
Merged
ci: add CUDA 13.2 build and nightly test support#1925Titus-von-Koeller merged 2 commits intomainfrom
Titus-von-Koeller merged 2 commits intomainfrom
Conversation
- Add CUDA 13.2.0 to the build matrix (Linux + Windows) - Bump Jimver/cuda-toolkit from v0.2.29 to v0.2.35 for CUDA 13.2 Windows support - Add CUDA 13.2.0 nightly test with torch 2.12+cu132 (nightly only, not PR tests) - Add torch_nightly input to test-runner for pre-release torch installs Ref: pytorch/pytorch#178665 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
CUDA 13.2's CCCL headers require MSVC's standard conforming preprocessor. Pass /Zc:preprocessor to cl.exe via -Xcompiler. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.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
Jimver/cuda-toolkitfrom v0.2.29 to v0.2.35 for Windows CUDA 13.2 support+cu132)torch_nightlyinput totest-runner.ymlfor pre-release torch installs (uses--pre, no version pin)Not added to PR tests — nightly only for now, per discussion.
Using CUDA 13.2.0 (not 13.2.1) since Docker images and Jimver action don't have 13.2.1 yet — can bump once NVIDIA publishes images.
No changes needed to
build-cuda.sh,CMakeLists.txt, orpyproject.toml— existing13.*.*patterns handle 13.2 already.Ref: pytorch/pytorch#178665
Test plan
--preinstall path🤖 Generated with Claude Code