From 326300f1b5b19da1298fa8799c4418e07ca7635a Mon Sep 17 00:00:00 2001 From: Rong Ou Date: Tue, 19 May 2020 18:04:58 -0700 Subject: [PATCH] add pointers to the gpu external memory paper --- doc/gpu/index.rst | 2 ++ doc/tutorials/external_memory.rst | 2 ++ 2 files changed, 4 insertions(+) diff --git a/doc/gpu/index.rst b/doc/gpu/index.rst index c9e8391e4541..3727dcddbaec 100644 --- a/doc/gpu/index.rst +++ b/doc/gpu/index.rst @@ -227,6 +227,8 @@ References `Nvidia Parallel Forall: Gradient Boosting, Decision Trees and XGBoost with CUDA `_ +`Out-of-Core GPU Gradient Boosting `_ + Contributors ============ Many thanks to the following contributors (alphabetical order): diff --git a/doc/tutorials/external_memory.rst b/doc/tutorials/external_memory.rst index 03a7c8c782bd..1cdbe2486d9c 100644 --- a/doc/tutorials/external_memory.rst +++ b/doc/tutorials/external_memory.rst @@ -52,6 +52,8 @@ data to further reduce GPU memory usage: 'sampling_method': 'gradient_based', } +For more information, see `this paper `_. + ******************* Distributed Version *******************