Build and test with CUDA 13.0.0#795
Build and test with CUDA 13.0.0#795jameslamb merged 3 commits intorapidsai:branch-25.10from jameslamb:cuda-13.0.0
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
|
The test failures like this are expected:
Those tests only work on already-published packages, so there's always a need for an admin merge during migrations like this. That's intentional: #770 (comment) In other words... once we admin-merge this, that test should start passing in CI on future PRs. |
| # ref: https://github.com/rapidsai/xgboost-feedstock/issues/100 | ||
| - if: cuda_major == "12" | ||
| then: rapids-xgboost ${{ minor_version }}.* | ||
| else: conda-forge::xgboost ${{ xgboost_version }} cpu_* |
There was a problem hiding this comment.
Having CPU xgboost is better than no xgboost at all, I think, for anything that was relying on the rapids package to pull in xgboost.
I'm thinking this might matter for cuML notebook testing in https://github.com/rapidsai/docker, for example
|
/ok to test |
Contributes to rapidsai/build-planning#208
cupy:>=13.6.0Notes 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.What about XGBoost?
This proposes the following TEMPORARILY for CUDA 13:
rapids-xgboostpackagesrapidsmetapackage depending on CPU builds ofxgboostfrom conda-forgeThis will allow us to start publishing CUDA 13 nightlies of the
rapidsmetapackage and other things that depend on it, like the RAPIDS container images (rapidsai/docker#782).