Skip to content

Commit

Permalink
add pointers to the gpu external memory paper (#5684)
Browse files Browse the repository at this point in the history
  • Loading branch information
rongou committed May 20, 2020
1 parent 7903286 commit e21a608
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/gpu/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
2 changes: 2 additions & 0 deletions doc/tutorials/external_memory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
*******************
Expand Down

0 comments on commit e21a608

Please sign in to comment.