Build and test with CUDA 13.3.0 - #476
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 SummaryBumps CUDA from 13.2 to 13.3 across devcontainers, conda environments, and GitHub Actions workflows. Shared-workflow refs are temporarily pointed at the
Confidence Score: 5/5Straightforward CUDA 13.2 → 13.3 version bump with no logic changes; all files updated consistently. Every reference to CUDA 13.2 has been updated to 13.3, the new dependencies.yaml matrix entries mirror the established pattern for prior 13.x versions, and the temporary @cuda-13.3.0 workflow branch is intentional per the PR description. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[PR Trigger] --> B[pr.yaml]
B --> C[shared-workflows at cuda-13.3.0]
C --> D[conda-cpp-build\ncuda-version=13.3]
C --> E[wheel-build\ncuda-toolkit==13.3]
C --> F[devcontainer\ncuda 13.3]
D --> G[conda-cpp-tests]
D --> H[conda-python-build]
E --> I[wheel-tests]
F --> J[devcontainer images\ncuda13.3-conda and cuda13.3-pip]
Reviews (1): Last reviewed commit: "Build and test with CUDA 13.3.0" | Re-trigger Greptile |
|
/merge |
Contributes to rapidsai/build-planning#286
Notes for Reviewers
This switches GitHub Actions workflows to the
cuda-13.3.0branch from here: rapidsai/shared-workflows#574A future round of PRs will revert that back to
main, once all of RAPIDS is migrated.