FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Prepare for cuda-bindings & cuda-python v13.1.1 release by rwgk · Pull Request #1348 · NVIDIA/cuda-python · GitHub

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .json  (2) .py  (1) .rst  (3) All 3 file types selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
2 changes: 1 addition & 1 deletion cuda_bindings/cuda/bindings/_version.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: Copyright (c) 2024-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE

__version__ = "13.1.1a0"
__version__ = "13.1.1"
4 changes: 4 additions & 0 deletions cuda_bindings/docs/nv-versions.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.1.1",
"url": "https://nvidia.github.io/cuda-python/cuda-bindings/13.1.1/"
},
{
"version": "13.1.0",
"url": "https://nvidia.github.io/cuda-python/cuda-bindings/13.1.0/"
Expand Down
7 changes: 5 additions & 2 deletions cuda_bindings/docs/source/release/12.9.5-notes.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
``cuda-bindings`` 12.9.5 Release notes
======================================



Highlights
----------

Expand All @@ -19,6 +17,11 @@ Bug fixes

* Fixed ``cuStreamBeginCaptureToGraph`` to allow the ``dependencyData`` argument to be optional, matching the underlying CUDA API behavior.

Experimental
------------

* Experimental NVML bindings were added under ``cuda.bindings._nvml``.

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

Expand Down
27 changes: 27 additions & 0 deletions cuda_bindings/docs/source/release/13.1.1-notes.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
.. SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
.. SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE

.. module:: cuda.bindings

``cuda-bindings`` 13.1.1 Release notes
======================================

Released on Dec 9, 2025

Highlights
----------

* Add missing driver & runtime bindings for functions new in CTK 13.1.0
(`PR #1321 <https://github.com/NVIDIA/cuda-python/pull/1321>`_)

Experimental
------------

* Experimental NVML bindings were added under ``cuda.bindings._nvml``
(`PR #1284 <https://github.com/NVIDIA/cuda-python/pull/1284>`_)

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.
4 changes: 4 additions & 0 deletions cuda_python/docs/nv-versions.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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/latest/"
},
{
"version": "13.1.1",
"url": "https://nvidia.github.io/cuda-python/13.1.1/"
},
{
"version": "13.1.0",
"url": "https://nvidia.github.io/cuda-python/13.1.0/"
Expand Down
17 changes: 17 additions & 0 deletions cuda_python/docs/source/release/13.1.1-notes.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
.. SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
.. SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE

CUDA Python 13.1.1 Release notes
================================

Released on Dec 9, 2025.

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

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

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

Back | FazBrowse Home | New Git URL