You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/installation/installation_pypi.rst
+2-1
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,8 @@ A GPU-supported version of the tool can be installed directly from PyPI using th
21
21
Note that the ``cuda12x`` can be exchanged by:
22
22
23
23
- ``cuda``: Triggers the non-compiled version of ``cupy`` so that it builds specifically for your system.
24
-
- ``rocm-4-0``: Deploys a version of ``cupy`` tailored for AMD GPUs using ROCM.
24
+
- ``rocm-4-0``: in order to deploy a version of ``cupy`` tailored for AMD GPUs using ROCM. ROCM is still experimental. Please be aware that the CUDA/ROCM version should match the ones in your system.
0 commit comments