Skip to content

Commit

Permalink
add reference to gpu external memory (#5490)
Browse files Browse the repository at this point in the history
  • Loading branch information
rongou committed Apr 6, 2020
1 parent 9097e8f commit a108539
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/gpu/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ Supported parameters
+================================+==============+
| ``subsample`` | |tick| |
+--------------------------------+--------------+
| ``sampling_method`` | |tick| |
+--------------------------------+--------------+
| ``colsample_bytree`` | |tick| |
+--------------------------------+--------------+
| ``colsample_bylevel`` | |tick| |
Expand Down Expand Up @@ -211,6 +213,7 @@ Working memory is allocated inside the algorithm proportional to the number of r

The quantile finding algorithm also uses some amount of working device memory. It is able to operate in batches, but is not currently well optimised for sparse data.

If you are getting out-of-memory errors on a big dataset, try the `external memory version <../tutorials/external_memory.html>`_.

Developer notes
===============
Expand Down

0 comments on commit a108539

Please sign in to comment.