Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/rel-zahradnik'
Browse files Browse the repository at this point in the history
  • Loading branch information
h2o-ops committed May 27, 2020
2 parents d26422b + 33f5232 commit 47cb7e8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions h2o-docs/src/product/data-science/xgboost.rst
Original file line number Diff line number Diff line change
Expand Up @@ -251,9 +251,12 @@ GPU Support
GPU support is available in H2O's XGBoost if the following requirements are met:

- NVIDIA GPUs (GPU Cloud, DGX Station, DGX-1, or DGX-2)
- CUDA 8
- CUDA 9

You can monitor your GPU utilization via the ``nvidia-smi`` command. Refer to https://developer.nvidia.com/nvidia-system-management-interface for more information.
**Notes**:

- You can verify that your CUDA runtime version is CUDA 9 by typing ``ls /usr/local/cuda``. If this does not point to CUDA 9, and you have CUDA 9 installed, then create a symlink that points to CUDA 9.
- You can monitor your GPU utilization via the ``nvidia-smi`` command. Refer to https://developer.nvidia.com/nvidia-system-management-interface for more information.

Limitations
~~~~~~~~~~~
Expand Down

0 comments on commit 47cb7e8

Please sign in to comment.