Skip to content

Commit 8719a27

Browse files
committed
missing files
1 parent 5b9018b commit 8719a27

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# CUDA Python 12.8.0 Release notes
2+
3+
Released on 01 23, 2025.
4+
5+
## Highlights
6+
- Add bindings for nvJitLink. It requires nvJitLink from CUDA 12.3 or above.
7+
- Add optional dependencies to wheels for NVRTC and nvJitLink
8+
- Enable discovery and loading of shared library dependencies from wheels
9+
10+
## Wheels support for optional dependencies
11+
12+
Optional dependencies are added for packages:
13+
14+
- nvidia-nvjitlink-cu12>=12.3
15+
- nvidia-cuda-nvrtc-cu12
16+
17+
Installing these dependencies with cuda-python can be done using:
18+
```{code-block} shell
19+
pip install cuda-python[all]
20+
```
21+
22+
## Discovery and loading of shared library dependencies from wheels
23+
24+
Shared library search paths for wheel builds are now extended to check site-packages. This allows users to seamlessly use their wheel installation of the CUDA Toolkit with cuda-python.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# CUDA Python Release notes
2+
3+
Released on January 23, 2025.
4+
5+
## Included components
6+
7+
- [`cuda.bindings` 12.8.0](https://nvidia.github.io/cuda-python/cuda-bindings/12.8.0/release/12.8.0-notes.html)
8+
9+
10+
## Highlights
11+
- Add bindings for nvJitLink. It requires nvJitLink from CUDA 12.3 or above.
12+
- Add optional dependencies to wheels for NVRTC and nvJitLink
13+
- Enable discovery and loading of shared library dependencies from wheels

0 commit comments

Comments
 (0)