Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add link to CuPy upgrade guide #4188

Merged
merged 2 commits into from Mar 3, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
13 changes: 13 additions & 0 deletions docs/source/upgrade.rst
Expand Up @@ -59,6 +59,13 @@ This change was introduced because CUDA 7.5 does not support NVIDIA Pascal GPUs.
To use these images, you may need to upgrade the NVIDIA driver on your host.
See `Requirements of nvidia-docker <https://github.com/NVIDIA/nvidia-docker/wiki/CUDA#requirements>`_ for details.

CuPy v4
-------

Chainer v4 requires CuPy v4 if you need GPU support.
Please see the `Upgrade Guide for CuPy v4 <https://docs-cupy.chainer.org/en/latest/upgrade.html#cupy-v4>`_ for details.


Chainer v3
==========

Expand Down Expand Up @@ -106,6 +113,12 @@ See the discussion in `#2955 <https://github.com/chainer/chainer/pull/2955>`_ fo
Please use the configuration context (e.g., ``with chainer.using_config('use_cudnn', 'auto'):``) to enable or disable use of cuDNN.
See :ref:`configuration` for details.

CuPy v2
-------

Chainer v3 requires CuPy v2 if you need GPU support.
Please see the `Upgrade Guide for CuPy v2 <https://docs-cupy.chainer.org/en/latest/upgrade.html#cupy-v2>`_ for details.


Chainer v2
==========
Expand Down