Build and test with CUDA 13.2.0 - #456
Conversation
|
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
Greptile SummaryMechanical bump from CUDA 13.1 to 13.2 across devcontainers, CI workflows, and conda environments. All shared-workflow refs are temporarily pinned to
Confidence Score: 5/5Safe to merge — all changes are a consistent, mechanical CUDA version bump with no logic modifications. Every change is a direct string substitution of 13.1 → 13.2 across config, workflow, and environment files. The temporary pinning of shared-workflow refs to the cuda-13.2.0 branch is explicitly acknowledged and intentional. No build logic, API surface, or runtime behavior is altered. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[PR Trigger] --> B[pr.yaml]
B --> C[shared-workflows cuda-13.2.0 branch]
C --> D[conda-cpp-build]
C --> E[wheel-build jobs]
C --> F[devcontainer build\ncuda 13.2]
D --> G[conda-python-build]
D --> H[conda-cpp-tests]
G --> I[conda-python-tests]
E --> J[wheel-tests jobs]
subgraph envs [CUDA 13.2 Conda Environments]
K[all_cuda-132_arch-x86_64\ncuda-version=13.2]
L[all_cuda-132_arch-aarch64\ncuda-version=13.2]
M[cugraph_pyg_dev_cuda-132]
end
D -.uses.-> K
D -.uses.-> L
G -.uses.-> M
Reviews (3): Last reviewed commit: "Rerun CI" | Re-trigger Greptile |
jameslamb
left a comment
There was a problem hiding this comment.
Nice! Happy to see that this just worked, I'd expected PyTorch-related dependencies to need updates on conda-forge.
Thanks very much @h-vetinari @traversaro @carterbox @mgorny for all your hard work in https://github.com/conda-forge/pytorch-cpu-feedstock 😊
|
/merge |
Contributes to rapidsai/build-planning#265
Notes for Reviewers
This switches GitHub Actions workflows to the
cuda-13.2.0branch from here: rapidsai/shared-workflows#545A future round of PRs will revert that back to
main, once all of RAPIDS is migrated.