Skip to content

Commit b6c3989

Browse files
authored
Merge branch 'main' into graph-builder-refactor
2 parents 3177221 + 66cb8cb commit b6c3989

3 files changed

Lines changed: 20 additions & 0 deletions

File tree

cuda_pathfinder/cuda/pathfinder/_dynamic_libs/descriptor_catalog.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ class DescriptorSpec:
272272
linux_sonames=("libcupti.so.12", "libcupti.so.13"),
273273
windows_dlls=(
274274
"cupti64_2026.3.0.dll",
275+
"cupti64_2026.2.1.dll",
275276
"cupti64_2026.2.0.dll",
276277
"cupti64_2026.1.1.dll",
277278
"cupti64_2026.1.0.dll",

cuda_pathfinder/docs/nv-versions.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"version": "latest",
44
"url": "https://nvidia.github.io/cuda-python/cuda-pathfinder/latest/"
55
},
6+
{
7+
"version": "1.5.6",
8+
"url": "https://nvidia.github.io/cuda-python/cuda-pathfinder/1.5.6/"
9+
},
610
{
711
"version": "1.5.5",
812
"url": "https://nvidia.github.io/cuda-python/cuda-pathfinder/1.5.5/"
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
.. SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2+
.. SPDX-License-Identifier: Apache-2.0
3+
4+
.. py:currentmodule:: cuda.pathfinder
5+
6+
``cuda-pathfinder`` 1.5.6 Release notes
7+
=======================================
8+
9+
Highlights
10+
----------
11+
12+
* Add support for the Windows CTK 13.3.1 CUPTI DLL name
13+
``cupti64_2026.2.1.dll`` so ``load_nvidia_dynamic_lib("cupti")`` can
14+
recognize the installed library on CTK 13.3.1 systems.
15+
(`PR #2276 <https://github.com/NVIDIA/cuda-python/pull/2276>`_)

0 commit comments

Comments
 (0)