Skip to content

Add missing 11.8.7 docs #616

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions cuda_python/docs/source/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ maxdepth: 3
12.8.0 <release/12.8.0-notes>
12.6.2 <release/12.6.2-notes>
12.6.1 <release/12.6.1-notes>
11.8.7 <release/11.8.7-notes>
11.8.6 <release/11.8.6-notes>
```
19 changes: 19 additions & 0 deletions cuda_python/docs/source/release/11.8.7-notes.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
.. SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE

CUDA Python 11.8.7 Release notes
================================

Released on May 6, 2025.


Included components
-------------------

* `cuda.bindings 11.8.7 <https://nvidia.github.io/cuda-python/cuda-bindings/12.9.0/release/11.8.7-notes.html>`_


Highlights
----------

* The ``cuda.bindings.nvvm`` Python module was added, wrapping the
`libNVVM C API <https://docs.nvidia.com/cuda/libnvvm-api/>`_.
4 changes: 2 additions & 2 deletions cuda_python/docs/source/release/12.9.0-notes.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE

# CUDA Python 12.9.0 Release notes
==================================
CUDA Python 12.9.0 Release notes
================================

Released on May 5, 2025.

Expand Down
Loading