Skip to content
4 changes: 4 additions & 0 deletions cuda_bindings/docs/nv-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"version": "latest",
"url": "https://nvidia.github.io/cuda-python/cuda-bindings/latest/"
},
{
"version": "13.0.3",
"url": "https://nvidia.github.io/cuda-python/cuda-bindings/13.0.3/"
},
{
"version": "13.0.2",
"url": "https://nvidia.github.io/cuda-python/cuda-bindings/13.0.2/"
Expand Down
2 changes: 2 additions & 0 deletions cuda_bindings/docs/source/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ Release Notes
.. toctree::
:maxdepth: 3

13.0.3 <release/13.0.3-notes.rst>
13.0.2 <release/13.0.2-notes.rst>
13.0.1 <release/13.0.1-notes.rst>
13.0.0 <release/13.0.0-notes.rst>
12.9.4 <release/12.9.4-notes.rst>
12.9.3 <release/12.9.3-notes.rst>
12.9.2 <release/12.9.2-notes.rst>
12.9.1 <release/12.9.1-notes.rst>
Expand Down
1 change: 1 addition & 0 deletions cuda_bindings/docs/source/release/12.9.3-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ Known issues
------------

* Updating from older versions (v12.6.2.post1 and below) via ``pip install -U cuda-python`` might not work. Please do a clean re-installation by uninstalling ``pip uninstall -y cuda-python`` followed by installing ``pip install cuda-python``.
* The graphics APIs in ``cuda.bindings.runtime`` are inadvertently disabled in 12.9.3. Users needing these APIs should update to 12.9.4.
23 changes: 23 additions & 0 deletions cuda_bindings/docs/source/release/12.9.4-notes.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
.. SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
.. SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE

.. module:: cuda.bindings

``cuda-bindings`` 12.9.4 Release notes
======================================



Highlights
----------


Bug fixes
---------

* The graphics APIs in ``cuda.bindings.runtime`` were inadvertently disabled in 12.9.3. This has been fixed.

Known issues
------------

* Updating from older versions (v12.6.2.post1 and below) via ``pip install -U cuda-python`` might not work. Please do a clean re-installation by uninstalling ``pip uninstall -y cuda-python`` followed by installing ``pip install cuda-python``.
24 changes: 24 additions & 0 deletions cuda_bindings/docs/source/release/12.9.Y-notes.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
.. SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
.. SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE

.. module:: cuda.bindings

``cuda-bindings`` 12.9.Y Release notes
======================================



Highlights
----------


Bug fixes
---------



Known issues
------------

* Updating from older versions (v12.6.2.post1 and below) via ``pip install -U cuda-python`` might not work. Please do a clean re-installation by uninstalling ``pip uninstall -y cuda-python`` followed by installing ``pip install cuda-python``.
* The graphics APIs in ``cuda.bindings.runtime`` are inadvertently disabled in 12.9.3. Users needing these APIs should update to 12.9.4.
1 change: 1 addition & 0 deletions cuda_bindings/docs/source/release/13.0.2-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ Known issues
------------

* Updating from older versions (v12.6.2.post1 and below) via ``pip install -U cuda-python`` might not work. Please do a clean re-installation by uninstalling ``pip uninstall -y cuda-python`` followed by installing ``pip install cuda-python``.
* The graphics APIs in ``cuda.bindings.runtime`` are inadvertently disabled in 13.0.2. Users needing these APIs should update to 13.0.3.
25 changes: 25 additions & 0 deletions cuda_bindings/docs/source/release/13.0.3-notes.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
.. SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
.. SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE

.. module:: cuda.bindings

``cuda-bindings`` 13.0.3 Release notes
======================================



Highlights
----------

* Updated the ``cuda.bindings.runtime`` module to statically link against the CUDA Runtime library from CUDA Toolkit 13.0.2.
* The cuFile bindings have been updated to include new bindings available in CTK 13.0.

Bug fixes
---------

* The graphics APIs in ``cuda.bindings.runtime`` were inadvertently disabled in 13.0.2. This has been fixed.

Known issues
------------

* Updating from older versions (v12.6.2.post1 and below) via ``pip install -U cuda-python`` might not work. Please do a clean re-installation by uninstalling ``pip uninstall -y cuda-python`` followed by installing ``pip install cuda-python``.
4 changes: 3 additions & 1 deletion cuda_bindings/docs/source/release/13.X.Y-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
Highlights
----------

* Updated the ``cuda.bindings.runtime`` module to statically link against the CUDA Runtime library from CUDA Toolkit 13.0.2.

Bug fixes
---------
Expand All @@ -20,3 +19,6 @@ Bug fixes

Known issues
------------

* Updating from older versions (v12.6.2.post1 and below) via ``pip install -U cuda-python`` might not work. Please do a clean re-installation by uninstalling ``pip uninstall -y cuda-python`` followed by installing ``pip install cuda-python``.
* The graphics APIs in ``cuda.bindings.runtime`` are inadvertently disabled in 13.0.2. Users needing these APIs should update to 13.0.3.
8 changes: 8 additions & 0 deletions cuda_python/docs/nv-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
"version": "latest",
"url": "https://nvidia.github.io/cuda-python/latest/"
},
{
"version": "13.0.3",
"url": "https://nvidia.github.io/cuda-python/13.0.3/"
},
{
"version": "13.0.2",
"url": "https://nvidia.github.io/cuda-python/13.0.2/"
},
{
"version": "13.0.1",
"url": "https://nvidia.github.io/cuda-python/13.0.1/"
Expand Down
4 changes: 4 additions & 0 deletions cuda_python/docs/source/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@ Release Notes
.. toctree::
:maxdepth: 3

13.0.3 <release/13.0.3-notes.rst>
13.0.2 <release/13.0.2-notes.rst>
13.0.1 <release/13.0.1-notes.rst>
13.0.0 <release/13.0.0-notes.rst>
12.9.4 <release/12.9.4-notes.rst>
12.9.3 <release/12.9.3-notes.rst>
12.9.2 <release/12.9.2-notes.rst>
12.9.1 <release/12.9.1-notes.rst>
12.9.0 <release/12.9.0-notes.rst>
Expand Down
21 changes: 21 additions & 0 deletions cuda_python/docs/source/release/12.9.3-notes.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
.. SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
.. SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE

CUDA Python 12.9.3 Release notes
================================

Released on Oct 9, 2025.


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

* `cuda.bindings 12.9.3 <https://nvidia.github.io/cuda-python/cuda-bindings/latest/release/12.9.3-notes.html>`_
* `cuda.pathfinder >=1.1.0 <https://nvidia.github.io/cuda-python/cuda-pathfinder/latest/>`_


Known issues
------------

* Updating from older versions (v12.6.2.post1 and below) via ``pip install -U cuda-python`` might not work. Please do a clean re-installation by uninstalling ``pip uninstall -y cuda-python`` followed by installing ``pip install cuda-python``.
* The graphics APIs in ``cuda.bindings.runtime`` are inadvertently disabled in 12.9.3. Users needing these APIs should update to 12.9.4.
20 changes: 20 additions & 0 deletions cuda_python/docs/source/release/12.9.4-notes.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
.. SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
.. SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE

CUDA Python 12.9.4 Release notes
================================

Released on Oct 20, 2025.


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

* `cuda.bindings 12.9.4 <https://nvidia.github.io/cuda-python/cuda-bindings/latest/release/12.9.4-notes.html>`_
* `cuda.pathfinder >=1.1.0 <https://nvidia.github.io/cuda-python/cuda-pathfinder/latest/>`_


Known issues
------------

* Updating from older versions (v12.6.2.post1 and below) via ``pip install -U cuda-python`` might not work. Please do a clean re-installation by uninstalling ``pip uninstall -y cuda-python`` followed by installing ``pip install cuda-python``.
21 changes: 21 additions & 0 deletions cuda_python/docs/source/release/13.0.2-notes.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
.. SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
.. SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE

CUDA Python 13.0.2 Release notes
================================

Released on Oct 9, 2025.


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

* `cuda.bindings 13.0.2 <https://nvidia.github.io/cuda-python/cuda-bindings/13.0.2/release/13.0.2-notes.html>`_
* `cuda.pathfinder >=1.1.0 <https://nvidia.github.io/cuda-python/cuda-pathfinder/latest/>`_


Known issues
------------

* Updating from older versions (v12.6.2.post1 and below) via ``pip install -U cuda-python`` might not work. Please do a clean re-installation by uninstalling ``pip uninstall -y cuda-python`` followed by installing ``pip install cuda-python``.
* The graphics APIs in ``cuda.bindings.runtime`` are inadvertently disabled in 13.0.2. Users needing these APIs should update to 13.0.3.
20 changes: 20 additions & 0 deletions cuda_python/docs/source/release/13.0.3-notes.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
.. SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
.. SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE

CUDA Python 13.0.3 Release notes
================================

Released on Oct 20, 2025.


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

* `cuda.bindings 13.0.3 <https://nvidia.github.io/cuda-python/cuda-bindings/13.0.3/release/13.0.3-notes.html>`_
* `cuda.pathfinder >=1.1.0 <https://nvidia.github.io/cuda-python/cuda-pathfinder/latest/>`_


Known issues
------------

* Updating from older versions (v12.6.2.post1 and below) via ``pip install -U cuda-python`` might not work. Please do a clean re-installation by uninstalling ``pip uninstall -y cuda-python`` followed by installing ``pip install cuda-python``.
Loading