Tags: NVIDIA/cuda-python
Tags
[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.
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>
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>
[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.
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
PreviousNext