Skip to content

Commit e21a608

Browse files
authored
add pointers to the gpu external memory paper (#5684)
1 parent 7903286 commit e21a608

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

doc/gpu/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,8 @@ References
227227

228228
`Nvidia Parallel Forall: Gradient Boosting, Decision Trees and XGBoost with CUDA <https://devblogs.nvidia.com/parallelforall/gradient-boosting-decision-trees-xgboost-cuda/>`_
229229

230+
`Out-of-Core GPU Gradient Boosting <https://arxiv.org/abs/2005.09148>`_
231+
230232
Contributors
231233
============
232234
Many thanks to the following contributors (alphabetical order):

doc/tutorials/external_memory.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ data to further reduce GPU memory usage:
5252
'sampling_method': 'gradient_based',
5353
}
5454
55+
For more information, see `this paper <https://arxiv.org/abs/2005.09148>`_.
56+
5557
*******************
5658
Distributed Version
5759
*******************

0 commit comments

Comments
 (0)