add pointers to the gpu external memory paper (#5684)

This commit is contained in:
Rong Ou 2020-05-19 19:46:16 -07:00 committed by GitHub
parent 7903286961
commit e21a608552
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -227,6 +227,8 @@ References
`Nvidia Parallel Forall: Gradient Boosting, Decision Trees and XGBoost with CUDA <https://devblogs.nvidia.com/parallelforall/gradient-boosting-decision-trees-xgboost-cuda/>`_
`Out-of-Core GPU Gradient Boosting <https://arxiv.org/abs/2005.09148>`_
Contributors
============
Many thanks to the following contributors (alphabetical order):

View File

@ -52,6 +52,8 @@ data to further reduce GPU memory usage:
'sampling_method': 'gradient_based',
}
For more information, see `this paper <https://arxiv.org/abs/2005.09148>`_.
*******************
Distributed Version
*******************