Skip to content

Commit 7934aa8

Browse files
committed
improve cuda.core/bindings installation guides
1 parent f010f9b commit 7934aa8

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

cuda_bindings/docs/source/install.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44

55
`cuda.bindings` supports the same platforms as CUDA. Runtime dependencies are:
66

7+
* Linux (x86-64, arm64) and Windows (x86-64)
78
* Driver: Linux (450.80.02 or later) Windows (456.38 or later)
89
* CUDA Toolkit 12.x
10+
* Python 3.9 - 3.13
911

1012
```{note}
1113
Only the NVRTC and nvJitLink redistributable components are required from the CUDA Toolkit, which can be obtained via PyPI, Conda, or local installers (as described in the CUDA Toolkit [Windows](https://docs.nvidia.com/cuda/cuda-installation-guide-microsoft-windows/index.html) and [Linux](https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html) Installation Guides).

cuda_core/docs/source/install.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies are as follows:
1212

1313
[^1]: Including `cuda-python`.
1414

15-
`cuda.core` supports Python 3.9 - 3.12, on Linux (x86-64, arm64) and Windows (x86-64).
15+
`cuda.core` supports Python 3.9 - 3.13, on Linux (x86-64, arm64) and Windows (x86-64).
1616

1717
## Installing from PyPI
1818

@@ -22,8 +22,8 @@ $ pip install cuda-core[cu12]
2222
```
2323
and likewise use `[cu11]` for CUDA 11.
2424

25-
Note that using `cuda.core` with NVRTC or nvJitLink installed from PyPI via `pip install` is currently
26-
not supported. This will be fixed in a future release.
25+
Note that using `cuda.core` with NVRTC or nvJitLink installed from PyPI via `pip install` requires
26+
`cuda.bindings` 12.8.0+ or 11.8.6+.
2727

2828
## Installing from Conda (conda-forge)
2929

0 commit comments

Comments
 (0)