Skip to content

Commit db0b625

Browse files
committed
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
1 parent 675a10a commit db0b625

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

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.3",
8+
"url": "https://nvidia.github.io/cuda-python/cuda-pathfinder/1.5.3/"
9+
},
610
{
711
"version": "1.5.2",
812
"url": "https://nvidia.github.io/cuda-python/cuda-pathfinder/1.5.2/"
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
.. SPDX-FileCopyrightText: Copyright (c) 2025-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.3 Release notes
7+
=======================================
8+
9+
Highlights
10+
----------
11+
12+
* Add support for the Windows CTK 13.2.1 CUPTI DLL name
13+
``cupti64_2026.1.1.dll`` so ``load_nvidia_dynamic_lib("cupti")`` can
14+
recognize the installed library on CTK 13.2.1 systems.

0 commit comments

Comments
 (0)