File tree Expand file tree Collapse file tree 6 files changed +58
-3
lines changed
Expand file tree Collapse file tree 6 files changed +58
-3
lines changed Original file line number Diff line number Diff line change 11# SPDX-FileCopyrightText: Copyright (c) 2024-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
22# SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
33
4- __version__ = "13.1.1a0 "
4+ __version__ = "13.1.1 "
Original file line number Diff line number Diff line change 33 "version" : " latest" ,
44 "url" : " https://nvidia.github.io/cuda-python/cuda-bindings/latest/"
55 },
6+ {
7+ "version" : " 13.1.1" ,
8+ "url" : " https://nvidia.github.io/cuda-python/cuda-bindings/13.1.1/"
9+ },
610 {
711 "version" : " 13.1.0" ,
812 "url" : " https://nvidia.github.io/cuda-python/cuda-bindings/13.1.0/"
Original file line number Diff line number Diff line change 66``cuda-bindings `` 12.9.5 Release notes
77======================================
88
9-
10-
119Highlights
1210----------
1311
@@ -19,6 +17,11 @@ Bug fixes
1917
2018* Fixed ``cuStreamBeginCaptureToGraph `` to allow the ``dependencyData `` argument to be optional, matching the underlying CUDA API behavior.
2119
20+ Experimental
21+ ------------
22+
23+ * Experimental NVML bindings were added under ``cuda.bindings._nvml ``.
24+
2225Known issues
2326------------
2427
Original file line number Diff line number Diff line change 1+ .. SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2+ .. SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
3+
4+ .. module :: cuda.bindings
5+
6+ ``cuda-bindings `` 13.1.1 Release notes
7+ ======================================
8+
9+ Released on Dec 9, 2025
10+
11+ Highlights
12+ ----------
13+
14+ * Add missing driver & runtime bindings for functions new in CTK 13.1.0
15+ (`PR #1321 <https://github.com/NVIDIA/cuda-python/pull/1321 >`_)
16+
17+ Experimental
18+ ------------
19+
20+ * Experimental NVML bindings were added under ``cuda.bindings._nvml ``
21+ (`PR #1284 <https://github.com/NVIDIA/cuda-python/pull/1284 >`_)
22+
23+ Known issues
24+ ------------
25+
26+ * 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 ``.
27+ * The graphics APIs in ``cuda.bindings.runtime `` are inadvertently disabled in 13.0.2. Users needing these APIs should update to 13.0.3.
Original file line number Diff line number Diff line change 33 "version" : " latest" ,
44 "url" : " https://nvidia.github.io/cuda-python/latest/"
55 },
6+ {
7+ "version" : " 13.1.1" ,
8+ "url" : " https://nvidia.github.io/cuda-python/13.1.1/"
9+ },
610 {
711 "version" : " 13.1.0" ,
812 "url" : " https://nvidia.github.io/cuda-python/13.1.0/"
Original file line number Diff line number Diff line change 1+ .. SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2+ .. SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
3+
4+ CUDA Python 13.1.1 Release notes
5+ ================================
6+
7+ Released on Dec 9, 2025.
8+
9+ Included components
10+ -------------------
11+
12+ * `cuda.bindings 13.1.1 <https://nvidia.github.io/cuda-python/cuda-bindings/13.1.1/release/13.1.1-notes.html >`_
13+
14+ Known issues
15+ ------------
16+
17+ * 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 ``.
You can’t perform that action at this time.
0 commit comments