-
Notifications
You must be signed in to change notification settings - Fork 68
Build and test with CUDA 13.0.0 #795
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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).