[Doc] Document that CUDA 10.0 is required [skip ci] (#5872)

This commit is contained in:
Philip Hyunsu Cho
2020-07-07 18:55:19 -07:00
committed by GitHub
parent 06320729d4
commit 22a31b1faa

View File

@@ -5,10 +5,10 @@ XGBoost GPU Support
This page contains information about GPU algorithms supported in XGBoost.
To install GPU support, checkout the :doc:`/build`.
.. note:: CUDA 9.0, Compute Capability 3.5 required
.. note:: CUDA 10.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 9.0 or later.
CUDA toolkits 10.0 or later.
(See `this list <https://en.wikipedia.org/wiki/CUDA#GPUs_supported>`_ to look up compute capability of your GPU card.)
*********************************************