Build and test with CUDA 13.0.0#7128
Build and test with CUDA 13.0.0#7128rapids-bot[bot] merged 9 commits intorapidsai:branch-25.10from jameslamb:cuda-13.0.0
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
|
#6823 was merged yesterday and added a dependency to pynvml constrainted to the 12.X series. We will need to update this PR with latest 25.10 and update that logic for CTK 12 and 13 @jameslamb |
Problem 1: missing "treebank" datasetupdate: seemed to be a network error, not seen on re-runs. details (click me)One CUDA 12.0.1 (conda-python-tests-singlegpu build link) Hopefully just a temporary issue that's be resolved by a re-run. Problem 2: Failing Naive Bayes tests (conda)update: Related to details (click me)CUDA 13 (conda-python-tests build link) tracked in #7152 Problem 3: Failing Naive Bayes and Logistic Regression tests (wheels)update: same as above, fixed by #7169 details (click me)All of the amd64 CUDA 13 wheels tests passed, but on arm64 there were some test failures. |
|
/ok to test |
…cy pins (#7164) Contributes to rapidsai/build-planning#208 (breaking some changes off of #7128 to help with review and debugging there) * switches to using `dask-cuda[cu12]` extra for wheels (added in rapidsai/dask-cuda#1536) * bumps pins on some dependencies to match the rest of RAPIDS - `cuda-python`: >=12.9.2 (CUDA 12) - `cupy`: >=13.6.0 - `numba`: >=0.60.0 * adds explicit runtime dependency on `numba-cuda` - *`cuml` uses this unconditionally but does not declare runtime dependency on it today* Contributes to rapidsai/build-infra#293 * replaces dependency on `pynvml` package with `nvidia-ml-py` package (see that issue for details) ## Notes for Reviewers ### These dependency pin changes should be low-risk All of these pins and requirements are already coming through `cuml`'s dependencies, e.g. `cudf` carries most of them via rapidsai/cudf#19806 So they shouldn't change much about the test environments in CI. Authors: - James Lamb (https://github.com/jameslamb) - Simon Adorf (https://github.com/csadorf) Approvers: - Simon Adorf (https://github.com/csadorf) - Gil Forsyth (https://github.com/gforsyth) URL: #7164
|
/ok to test |
|
/merge |
Contributes to rapidsai/build-planning#208
cuda-python:>=13.0.1(CUDA 13)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.