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.5.4" ,
8+ "url" : " https://nvidia.github.io/cuda-python/cuda-pathfinder/1.5.4/"
9+ },
610 {
711 "version" : " 1.5.3" ,
812 "url" : " https://nvidia.github.io/cuda-python/cuda-pathfinder/1.5.3/"
Original file line number Diff line number Diff line change 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.4 Release notes
7+ =======================================
8+
9+ Highlights
10+ ----------
11+
12+ * Add ``find_bitcode_lib("nccl_device") `` support.
13+ (`PR #1975 <https://github.com/NVIDIA/cuda-python/pull/1975 >`_)
14+
15+ Internal maintenance
16+ --------------------
17+
18+ * On Linux, make the ``.so `` glob fallback prefer the newest matching library
19+ when an exact SONAME match is unavailable. This improves internal consistency
20+ in rare fallback cases and is not expected to affect most users.
21+ (`PR #1966 <https://github.com/NVIDIA/cuda-python/pull/1966 >`_)
You can’t perform that action at this time.
0 commit comments