Closed
Description
RAPIDS is a GPU based data analytics framework developed by NVIDIA. A typical all-GPU workflow is to use RAPIDS cudf to read data and create features, and then use xgboost GPU to train. The two libraries end up competing for memory on the GPU and could lead to OOM since device memory is often limited on GPU.
To mitigate this issue, I propose that xgboost supports RMM: RAPIDS Memory Manager as an alternative memory allocator and share memory pool with other RAPIDS libraries.
Metadata
Metadata
Assignees
Labels
No labels