Skip to content

Tags: NVIDIA/cuda-python

Tags

v13.3.1

Toggle v13.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[doc-only] Release notes for CUDA Python 13.3.1 (#2155)

* Add CUDA Python 13.3.1 release notes

Document the checkpoint restore-argument patch release and expose the new version in the docs selectors.

* List all CUDA Python 13.3 components in release notes

Include cuda-core and cuda-pathfinder in the top-level 13.3 release notes so the component set is explicit.

v13.3.0

Toggle v13.3.0's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
Support CUDA 13.3 (#2139)

* run_cybind_cython_gen 13.3.0 ../ctk-next (NO MANUAL CHANGES)

* run_cybind_native 13.3.0 ../ctk-next (NO MANUAL CHANGES)

* git apply --index /home/rgrossekunst/stash/squash_merge_into_public_main_preview_2026-05-26+0012_non_gen_transfer.patch (NO MANUAL CHANGES)

* Update ci/versions.yml: build with 13.3.0

* Guard NVLink 6 mapping for older bindings

* Add cuda-pathfinder 1.5.5 release notes

* Consolidate cuda-bindings 13.3.0 release notes

* Add CUDA Python 13.3.0 release notes

* Add 12.9.7 release notes

* Enable security scans on ctk-next

Run Bandit and CodeQL on ctk-next pushes and grant the scanner jobs the read permissions needed to checkout private repository contents and inspect workflow runs.

* Xfail MCDM mempool OOM with older bindings

Keep cuda-core tests using published older cuda-bindings wheels from failing when the shared mempool xfail helper is unavailable.

---------

Co-authored-by: Keith Kraus <keith.j.kraus@gmail.com>

cuda-pathfinder-v1.5.5

Toggle cuda-pathfinder-v1.5.5's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
Support CUDA 13.3 (#2139)

* run_cybind_cython_gen 13.3.0 ../ctk-next (NO MANUAL CHANGES)

* run_cybind_native 13.3.0 ../ctk-next (NO MANUAL CHANGES)

* git apply --index /home/rgrossekunst/stash/squash_merge_into_public_main_preview_2026-05-26+0012_non_gen_transfer.patch (NO MANUAL CHANGES)

* Update ci/versions.yml: build with 13.3.0

* Guard NVLink 6 mapping for older bindings

* Add cuda-pathfinder 1.5.5 release notes

* Consolidate cuda-bindings 13.3.0 release notes

* Add CUDA Python 13.3.0 release notes

* Add 12.9.7 release notes

* Enable security scans on ctk-next

Run Bandit and CodeQL on ctk-next pushes and grant the scanner jobs the read permissions needed to checkout private repository contents and inspect workflow runs.

* Xfail MCDM mempool OOM with older bindings

Keep cuda-core tests using published older cuda-bindings wheels from failing when the shared mempool xfail helper is unavailable.

---------

Co-authored-by: Keith Kraus <keith.j.kraus@gmail.com>

v12.9.7

Toggle v12.9.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Backport of #2112 (#2115)

cuda-core-v1.0.1

Toggle cuda-core-v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[no-ci] Prepare for cuda.core v1.0.1 release (#2073)

* prepare for cuda.core v1.0.1 release

* fix typo

* nit: style

Co-authored-by: Michael Droettboom <mdboom@gmail.com>

---------

Co-authored-by: Michael Droettboom <mdboom@gmail.com>

cuda-core-v1.0.0

Toggle cuda-core-v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix tab completion (#2055)

* Fix tab completion

* Fix tests

* Always install the monkeypatch

* Update release note

* Apply suggestion from @leofang

Co-authored-by: Leo Fang <leof@nvidia.com>

* Fix test

* Fix tests hanging on Windows

---------

Co-authored-by: Leo Fang <leof@nvidia.com>

cuda-pathfinder-v1.5.4

Toggle cuda-pathfinder-v1.5.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[doc-only] docs(pathfinder): prepare 1.5.4 release notes (#1981)

* docs(pathfinder): prepare 1.5.4 release notes

Add cuda-pathfinder 1.5.4 release notes and register 1.5.4 in nv-versions so the published docs include the new version entry.

Made-with: Cursor

* fix(ci): harden backport run lookup for artifact downloads

Backport artifact downloads were relying on `gh run list -w ci.yml -s success`, which can fail to return runs even when the branch has successful CI artifacts. Move the lookup into a shared helper that queries completed `CI` runs and filters for successful results explicitly, so Linux and Windows workflows resolve prior-branch bindings artifacts reliably.

Made-with: Cursor

* Revert "fix(ci): harden backport run lookup for artifact downloads"

This reverts commit fd31eb2.

cuda-pathfinder-v1.5.3

Toggle cuda-pathfinder-v1.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix pathfinder Windows cupti detection for CTK 13.2.1 (#1906)

* Fix Windows cupti detection for CTK 13.2.1

Add the CTK 13.2.1 CUPTI DLL name to the descriptor catalog so Windows already-loaded detection recognizes the installed library and the cupti pathfinder test can pass again.

Made-with: Cursor

* docs(pathfinder): prepare 1.5.3 release notes

Add the 1.5.3 pathfinder release notes and version-switcher entry so the docs site can publish the new patch release cleanly.

Made-with: Cursor

cuda-core-v0.7.0

Toggle cuda-core-v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prepare cuda.core v0.7.0 release (#1877)

* Prepare cuda.core v0.7.0 release

Finalize release notes with all changes since v0.6.0:
- Explicit graph construction (GraphDef, GraphBuilder, typed nodes)
- CUDA-Graphics (OpenGL) interop via GraphicsResource
- TensorMapDescriptor for Hopper+ TMA
- StridedMemoryView DLPack export and C exchange API
- NVRTC PCH runtime APIs on Program
- CPU callbacks for stream capture (GraphBuilder.callback)
- CUDA 13.2 support
- Multiple bug fixes and enhancements

Also:
- Add 0.7.0 to nv-versions.json
- Bump pixi.toml version to 0.7.0
- Add GraphicsResource, TensorMapDescriptor to api.rst
- Remove "(experimental)" from pyproject.toml and README.md

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* Fix install page URL in cuda_core README

Point to cuda-core's own install page instead of cuda-bindings.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* Address review feedback on release notes

- Use consistent "CUDA-OpenGL" naming (not "CUDA-Graphics")
- Highlight DLPack export via from_dlpack() array API; move C exchange
  API detail to New features section
- TensorMapDescriptor: reference public StridedMemoryView.as_tensor_map()
  instead of private _from_tiled/_from_im2col methods

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* Update cuda_core/docs/source/release/0.7.0-notes.rst

* Trim DLPack export bullet per review suggestion

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* Update cuda_core/docs/source/release/0.7.0-notes.rst

* Address second round of release note review feedback

- Fix PCH entry: reference actual public API (ProgramOptions fields,
  Program.pch_status property) instead of non-existent methods
- Combine ManagedMemoryResource NUMA entries into single bullet
- Combine PinnedMemoryResource NUMA entries into single bullet
- Replace :issue: role (not configured) with explicit GitHub links
- Use :class: cross-ref for ManagedMemoryResource in fixes section

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* Use :meth: cross-ref for Program.compile in PCH entry

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* Use cyclass.rst template for Program, Linker, ObjectCode, Kernel

These Cython classes were using the default autosummary template, which
does not expand methods and properties. Switch to cyclass.rst so that
properties like Program.pch_status and methods like Program.compile
appear in the generated docs and can be cross-referenced.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* remove incorrect entry slipping for

---------

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

cuda-pathfinder-v1.5.2

Toggle cuda-pathfinder-v1.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs(pathfinder): prepare 1.5.2 release notes (#1867)

Add cuda-pathfinder 1.5.2 release notes and register 1.5.2 in nv-versions so the published docs include the new version entry.

Made-with: Cursor