Skip to content

Commit 951e888

Browse files
committed
update release notes
1 parent 12726cd commit 951e888

File tree

6 files changed

+92
-59
lines changed

6 files changed

+92
-59
lines changed

cuda_bindings/docs/source/index.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
:maxdepth: 2
66
:caption: Contents:
77

8+
release
89
install.md
910
overview.md
1011
motivation.md
11-
release.md
1212
environment_variables.md
13-
api.rst
14-
tips_and_tricks.rst
15-
support.rst
13+
api
14+
tips_and_tricks
15+
support
1616

1717

1818
Indices and tables

cuda_bindings/docs/source/release.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

cuda_bindings/docs/source/release.rst

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
Release Notes
2+
=============
3+
4+
.. toctree::
5+
:maxdepth: 3
6+
7+
12.8.0 <release/12.8.0-notes.md>
8+
12.6.2 <release/12.6.2-notes.md>
9+
12.6.1 <release/12.6.1-notes.md>
10+
12.6.0 <release/12.6.0-notes.md>
11+
12.5.0 <release/12.5.0-notes.md>
12+
12.4.0 <release/12.4.0-notes.md>
13+
12.3.0 <release/12.3.0-notes.md>
14+
12.2.1 <release/12.2.1-notes.md>
15+
12.2.0 <release/12.2.0-notes.md>
16+
12.1.0 <release/12.1.0-notes.md>
17+
12.0.0 <release/12.0.0-notes.md>
18+
11.8.6 <release/11.8.6-notes.md>
19+
11.8.5 <release/11.8.5-notes.md>
20+
11.8.4 <release/11.8.4-notes.md>
21+
11.8.3 <release/11.8.3-notes.md>
22+
11.8.2 <release/11.8.2-notes.md>
23+
11.8.1 <release/11.8.1-notes.md>
24+
11.8.0 <release/11.8.0-notes.md>
25+
11.7.1 <release/11.7.1-notes.md>
26+
11.7.0 <release/11.7.0-notes.md>
27+
11.6.1 <release/11.6.1-notes.md>
28+
11.6.0 <release/11.6.0-notes.md>
29+
11.5.0 <release/11.5.0-notes.md>
30+
11.4.0 <release/11.4.0-notes.md>
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# `cuda-bindings` 11.8.6 Release notes
2+
3+
Released on January 24, 2025.
4+
5+
6+
## Highlights
7+
8+
- Add an optional dependency on the CUDA NVRTC wheel
9+
- Enable discovery and loading of shared libraries from CUDA wheels
10+
- `cuda-python` is now a meta package, currently depending only on `cuda-bindings` ([see RFC](https://github.com/NVIDIA/cuda-python/issues/105))
11+
12+
13+
## Wheels support for optional dependencies
14+
15+
Optional dependencies are added for packages:
16+
17+
- nvidia-cuda-nvrtc-cu12
18+
19+
Installing these dependencies with `cuda-python` can be done using:
20+
```{code-block} shell
21+
pip install cuda-python[all]
22+
```
23+
Same applies to `cuda-bindings`.
24+
25+
26+
## Discovery and loading of shared library dependencies from wheels
27+
28+
Shared library search paths for wheel builds are now extended to check site-packages. This allows `cuda-python`/`cuda-bindings` to seamlessly use the aforementioned CUDA Toolkit wheels installed in the user's Python environment.
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# `cuda-bindings` 12.8.0 Release notes
2+
3+
Released on January 24, 2025.
4+
5+
6+
## Highlights
7+
8+
- Add bindings for nvJitLink (requires nvJitLink from CUDA 12.3 or above)
9+
- Add optional dependencies on CUDA NVRTC and nvJitLink wheels
10+
- Enable discovery and loading of shared libraries from CUDA wheels
11+
- `cuda-python` is now a meta package, currently depending only on `cuda-bindings` ([see RFC](https://github.com/NVIDIA/cuda-python/issues/105))
12+
13+
14+
## Wheels support for optional dependencies
15+
16+
Optional dependencies are added for packages:
17+
18+
- nvidia-cuda-nvrtc-cu12
19+
- nvidia-nvjitlink-cu12
20+
21+
Installing these dependencies with `cuda-python` can be done using:
22+
```{code-block} shell
23+
pip install cuda-python[all]
24+
```
25+
Same applies to `cuda-bindings`.
26+
27+
28+
## Discovery and loading of shared library dependencies from wheels
29+
30+
Shared library search paths for wheel builds are now extended to check site-packages. This allows `cuda-python`/`cuda-bindings` to seamlessly use the aforementioned CUDA Toolkit wheels installed in the user's Python environment.

cuda_bindings/docs/source/release/12.x.y-notes.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)