From 22a31b1faae9b157ce7c8df9fb4dcfd9b1a2cce8 Mon Sep 17 00:00:00 2001 From: Philip Hyunsu Cho Date: Tue, 7 Jul 2020 18:55:19 -0700 Subject: [PATCH] [Doc] Document that CUDA 10.0 is required [skip ci] (#5872) --- doc/gpu/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/gpu/index.rst b/doc/gpu/index.rst index 3727dcddb..49cbb78dc 100644 --- a/doc/gpu/index.rst +++ b/doc/gpu/index.rst @@ -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 `_ to look up compute capability of your GPU card.) *********************************************