Dante Gama Dessavre
Dante Gama Dessavre
PR adds a new CLI option to run_benchmarks.py to set up different RMM allocators.
Related to #cuda11 Version 25.08 drops CUDA 11.x support, this PR removes codepaths, tests and other small bits related to it.
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I wish I could use cuML to do [...]...
This PR removes the dependency on the separate cumlprims_mg library by moving all of its code directly into cuML. The cumlprims_mg library provided multi-node multi-GPU (MNMG) primitives used by several...
Follow up to #7350 that added simple xgboost to the benchmark utility, this PR allows to use the native XGB API as well as using the QuantileDMatrix optionally.