Skip to content

Commit

Permalink
Document CUDA requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho3 committed Aug 23, 2018
1 parent 451a781 commit 39c7d85
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/gpu/index.rst
Expand Up @@ -5,6 +5,12 @@ XGBoost GPU Support
This page contains information about GPU algorithms supported in XGBoost.
To install GPU support, checkout the :doc:`/build`.

.. note:: CUDA 8.0, Compute Capability 3.5 required

The GPU algorithms in XGBoost require a graphics card with compute capability 3.5 or higher, with
CUDA toolkits 8.0 or later.
(See `this list <https://en.wikipedia.org/wiki/CUDA#GPUs_supported>`_ to look up compute capability of your GPU card.)

*********************************************
CUDA Accelerated Tree Construction Algorithms
*********************************************
Expand Down

0 comments on commit 39c7d85

Please sign in to comment.