Skip to content

Commit aae8753

Browse files
committed
docs(pathfinder): prepare 1.7.1 release notes
1 parent 6eb600b commit aae8753

2 files changed

Lines changed: 28 additions & 0 deletions

File tree

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.7.1",
8+
"url": "https://nvidia.github.io/cuda-python/cuda-pathfinder/1.7.1/"
9+
},
610
{
711
"version": "1.7.0",
812
"url": "https://nvidia.github.io/cuda-python/cuda-pathfinder/1.7.0/"
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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.7.1 Release notes
7+
=======================================
8+
9+
Bugfixes
10+
--------
11+
12+
* Restrict Windows CUPTI filesystem discovery to descriptor-declared DLL
13+
names. Removing broad wildcard matches keeps candidate selection consistent
14+
with already-loaded detection and native loading, and prevents undeclared
15+
DLL names from being selected.
16+
(`PR #2689 <https://github.com/NVIDIA/cuda-python/pull/2689>`_)
17+
18+
* Make Linux filesystem discovery, already-loaded detection, and native loading
19+
use one descriptor-declared, newest-first library filename list. This prevents
20+
broad matches from selecting undeclared ABI or patch-version filenames;
21+
explicit directory layouts must expose a declared name. Explicitly declare
22+
the unversioned NVVM wheel filename to preserve CUDA 12.9 wheel discovery,
23+
and correct the ``cufftMp`` catalog order so ABI 12 is preferred over ABI 11.
24+
(`PR #2689 <https://github.com/NVIDIA/cuda-python/pull/2689>`_)

0 commit comments

Comments
 (0)