File tree Expand file tree Collapse file tree 2 files changed +25
-0
lines changed
Expand file tree Collapse file tree 2 files changed +25
-0
lines changed 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.3.5" ,
8+ "url" : " https://nvidia.github.io/cuda-python/cuda-pathfinder/1.3.5/"
9+ },
610 {
711 "version" : " 1.3.4" ,
812 "url" : " https://nvidia.github.io/cuda-python/cuda-pathfinder/1.3.4/"
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.3.5 Release notes
7+ =======================================
8+
9+ Released on Feb 19, 2026
10+
11+ Highlights
12+ ----------
13+
14+ * Add support for loading NVIDIA driver libraries (``"cuda" ``, ``"nvml" ``)
15+ via ``load_nvidia_dynamic_lib() ``, and reject unsupported library names
16+ with ``ValueError ``.
17+ (`PR #1602 <https://github.com/NVIDIA/cuda-python/pull/1602 >`_)
18+
19+ * Add bitcode library discovery helpers and public API support, including
20+ ``find_bitcode_lib() ``, ``locate_bitcode_lib() ``, and ``SUPPORTED_BITCODE_LIBS ``.
21+ (`PR #1218 <https://github.com/NVIDIA/cuda-python/pull/1218 >`_)
You can’t perform that action at this time.
0 commit comments