diff --git a/cuda_bindings/docs/nv-versions.json b/cuda_bindings/docs/nv-versions.json index 18e9c644f3..369b94db56 100644 --- a/cuda_bindings/docs/nv-versions.json +++ b/cuda_bindings/docs/nv-versions.json @@ -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/" diff --git a/cuda_bindings/docs/source/release.rst b/cuda_bindings/docs/source/release.rst index 66a74c497a..7442050d39 100644 --- a/cuda_bindings/docs/source/release.rst +++ b/cuda_bindings/docs/source/release.rst @@ -7,9 +7,11 @@ Release Notes .. toctree:: :maxdepth: 3 + 13.0.3 13.0.2 13.0.1 13.0.0 + 12.9.4 12.9.3 12.9.2 12.9.1 diff --git a/cuda_bindings/docs/source/release/12.9.3-notes.rst b/cuda_bindings/docs/source/release/12.9.3-notes.rst index b8cde2b5a9..07b8d4072f 100644 --- a/cuda_bindings/docs/source/release/12.9.3-notes.rst +++ b/cuda_bindings/docs/source/release/12.9.3-notes.rst @@ -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. diff --git a/cuda_bindings/docs/source/release/12.9.4-notes.rst b/cuda_bindings/docs/source/release/12.9.4-notes.rst new file mode 100644 index 0000000000..cf834c8c97 --- /dev/null +++ b/cuda_bindings/docs/source/release/12.9.4-notes.rst @@ -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``. diff --git a/cuda_bindings/docs/source/release/12.9.Y-notes.rst b/cuda_bindings/docs/source/release/12.9.Y-notes.rst new file mode 100644 index 0000000000..7dcee50d31 --- /dev/null +++ b/cuda_bindings/docs/source/release/12.9.Y-notes.rst @@ -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. diff --git a/cuda_bindings/docs/source/release/13.0.2-notes.rst b/cuda_bindings/docs/source/release/13.0.2-notes.rst index ee6ad3707d..5148b95a27 100644 --- a/cuda_bindings/docs/source/release/13.0.2-notes.rst +++ b/cuda_bindings/docs/source/release/13.0.2-notes.rst @@ -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. diff --git a/cuda_bindings/docs/source/release/13.0.3-notes.rst b/cuda_bindings/docs/source/release/13.0.3-notes.rst new file mode 100644 index 0000000000..1c48d7e3f2 --- /dev/null +++ b/cuda_bindings/docs/source/release/13.0.3-notes.rst @@ -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``. diff --git a/cuda_bindings/docs/source/release/13.X.Y-notes.rst b/cuda_bindings/docs/source/release/13.X.Y-notes.rst index ba8846e724..34e8303cf7 100644 --- a/cuda_bindings/docs/source/release/13.X.Y-notes.rst +++ b/cuda_bindings/docs/source/release/13.X.Y-notes.rst @@ -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 --------- @@ -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. diff --git a/cuda_python/docs/nv-versions.json b/cuda_python/docs/nv-versions.json index bb43580397..c0b6cbf3c0 100644 --- a/cuda_python/docs/nv-versions.json +++ b/cuda_python/docs/nv-versions.json @@ -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/" diff --git a/cuda_python/docs/source/release.rst b/cuda_python/docs/source/release.rst index 9e7a66a522..2d8a8b1eb5 100644 --- a/cuda_python/docs/source/release.rst +++ b/cuda_python/docs/source/release.rst @@ -7,8 +7,12 @@ Release Notes .. toctree:: :maxdepth: 3 + 13.0.3 + 13.0.2 13.0.1 13.0.0 + 12.9.4 + 12.9.3 12.9.2 12.9.1 12.9.0 diff --git a/cuda_python/docs/source/release/12.9.3-notes.rst b/cuda_python/docs/source/release/12.9.3-notes.rst new file mode 100644 index 0000000000..6ec22ae6e7 --- /dev/null +++ b/cuda_python/docs/source/release/12.9.3-notes.rst @@ -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 `_ +* `cuda.pathfinder >=1.1.0 `_ + + +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. diff --git a/cuda_python/docs/source/release/12.9.4-notes.rst b/cuda_python/docs/source/release/12.9.4-notes.rst new file mode 100644 index 0000000000..3ca7d7acdf --- /dev/null +++ b/cuda_python/docs/source/release/12.9.4-notes.rst @@ -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 `_ +* `cuda.pathfinder >=1.1.0 `_ + + +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``. diff --git a/cuda_python/docs/source/release/13.0.2-notes.rst b/cuda_python/docs/source/release/13.0.2-notes.rst new file mode 100644 index 0000000000..d70726fd3e --- /dev/null +++ b/cuda_python/docs/source/release/13.0.2-notes.rst @@ -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 `_ +* `cuda.pathfinder >=1.1.0 `_ + + +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. diff --git a/cuda_python/docs/source/release/13.0.3-notes.rst b/cuda_python/docs/source/release/13.0.3-notes.rst new file mode 100644 index 0000000000..3be94d5b13 --- /dev/null +++ b/cuda_python/docs/source/release/13.0.3-notes.rst @@ -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 `_ +* `cuda.pathfinder >=1.1.0 `_ + + +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``.