File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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/"
Original file line number Diff line number Diff line change 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 >`_)
You can’t perform that action at this time.
0 commit comments