Description
As of #795, there were not yet any XGBoost CUDA 13 packages... so the first CUDA 13 rapids nightly packages shipped with a dependency on xgboost CPU-only builds.
Once there are xgboost packages, that workaround should be reverted and rapids should again depend unconditionally on rapids-xgboost.
Benefits of this work
- sets consistent expectations for what
rapids installs, regardless of CPU architecture or CUDA version
- improves peformance of XGBoost workloads using CUDA 13 conda packages
Acceptance Criteria
rapids depends unconditionally on rapids-xgboost
Approach
Get xgboost CUDA 13 packages up:
Then revert the workaround added in #795
Notes
N/A
Description
As of #795, there were not yet any XGBoost CUDA 13 packages... so the first CUDA 13
rapidsnightly packages shipped with a dependency onxgboostCPU-only builds.Once there are
xgboostpackages, that workaround should be reverted andrapidsshould again depend unconditionally onrapids-xgboost.Benefits of this work
rapidsinstalls, regardless of CPU architecture or CUDA versionAcceptance Criteria
rapidsdepends unconditionally onrapids-xgboostApproach
Get
xgboostCUDA 13 packages up:conda-forge(Add CUDA 13 builds conda-forge/xgboost-feedstock#253)rapidsai/rapidsai-nightly( Add CUDA 13 builds xgboost-feedstock#100 )Then revert the workaround added in #795
Notes
N/A