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: cuda_core/docs/source/install.rst
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,14 +14,14 @@ dependencies are as follows:
14
14
:header-rows: 1
15
15
16
16
* -
17
-
- CUDA 11
18
17
- CUDA 12
18
+
- CUDA 13
19
19
* - CUDA Toolkit\ [#f1]_
20
-
- 11.2 - 11.8
21
20
- 12.x
21
+
- 13.x
22
22
* - Driver
23
-
- 450.80.02+ (Linux), 452.39+ (Windows)
24
23
- 525.60.13+ (Linux), 527.41+ (Windows)
24
+
- 555.00+ (Linux), 556.12+ (Windows)
25
25
26
26
.. [#f1] Including ``cuda-python``.
27
27
@@ -31,27 +31,27 @@ dependencies are as follows:
31
31
Installing from PyPI
32
32
--------------------
33
33
34
-
``cuda.core`` works with ``cuda.bindings`` (part of ``cuda-python``) 11 or 12. Test dependencies now use the ``cuda-toolkit`` metapackage for improved dependency resolution. For example with CUDA 12:
34
+
``cuda.core`` works with ``cuda.bindings`` (part of ``cuda-python``) 12 or 13. Test dependencies now use the ``cuda-toolkit`` metapackage for improved dependency resolution. For example with CUDA 12:
35
35
36
36
.. code-block:: console
37
37
38
38
$ pip install cuda-core[cu12]
39
39
40
-
and likewise use ``[cu11]`` for CUDA 11, or ``[cu13]`` for CUDA 13.
40
+
and likewise use ``[cu13]`` for CUDA 13.
41
41
42
42
Note that using ``cuda.core`` with NVRTC installed from PyPI via ``pip install`` requires
43
-
``cuda.bindings`` 12.8.0+ or 11.8.6+. Likewise, with nvJitLink it requires 12.8.0+.
43
+
``cuda.bindings`` 12.8.0+. Likewise, with nvJitLink it requires 12.8.0+.
44
44
45
45
Installing from Conda (conda-forge)
46
46
-----------------------------------
47
47
48
-
Same as above, ``cuda.core`` can be installed in a CUDA 11 or 12 environment. For example with CUDA 12:
48
+
Same as above, ``cuda.core`` can be installed in a CUDA 12 or 13 environment. For example with CUDA 12:
0 commit comments