Build and test with CUDA 13.0.0#489
Build and test with CUDA 13.0.0#489rapids-bot[bot] merged 6 commits intorapidsai:branch-0.46from jameslamb:cuda-13.0.0
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. |
|
/ok to test |
|
/ok to test |
Problem 1: tests and devcontainers require CUDA 13
|
We can probably temporarily remove it from |
Ah ok, I'll try that! I support that, and I'll add a note to rapidsai/build-planning#208 to ensure we don't consider CUDA 13 support in RAPIDS "done" until that has been reverted and the tests that need |
|
/ok to test |
|
Alright looks like that's working! Seeing lots of passing tests on CUDA 13 and the Looks like just the (conda devcontainers build link) I've pushed 9f6d991 proposing that. |
|
/ok to test |
|
/merge |
Contributes to rapidsai/build-planning#208 #489 temporarily removed the `cudf` test-time dependency here, because there weren't yet CUDA 13 `cudf` packages. Those now exist (rapidsai/cudf#19768), so this restores that dependency. Authors: - James Lamb (https://github.com/jameslamb) Approvers: - Peter Andreas Entschev (https://github.com/pentschev) - Vyas Ramasubramani (https://github.com/vyasr) URL: #493
Contributes to rapidsai/build-planning#208
cupy:>=13.6.0cudf,dask-cuda, anddask-cudfin CUDA 13 environments (those projects do not have CUDA 13 packages yet)Contributes to rapidsai/build-planning#68
dependencies.yamlmatrices (i.e., the ones that get written topyproject.tomlin source control)Notes for Reviewers
This switches GitHub Actions workflows to the
cuda13.0branch from here: rapidsai/shared-workflows#413A future round of PRs will revert that back to
branch-25.10, once all of RAPIDS supports CUDA 13.