File tree Expand file tree Collapse file tree 2 files changed +30
-0
lines changed
Expand file tree Collapse file tree 2 files changed +30
-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.4.4" ,
8+ "url" : " https://nvidia.github.io/cuda-python/cuda-pathfinder/1.4.4/"
9+ },
10+ {
11+ "version" : " 1.4.3" ,
12+ "url" : " https://nvidia.github.io/cuda-python/cuda-pathfinder/1.4.3/"
13+ },
14+ {
15+ "version" : " 1.4.2" ,
16+ "url" : " https://nvidia.github.io/cuda-python/cuda-pathfinder/1.4.2/"
17+ },
618 {
719 "version" : " 1.4.1" ,
820 "url" : " https://nvidia.github.io/cuda-python/cuda-pathfinder/1.4.1/"
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.4.4 Release notes
7+ =======================================
8+
9+ Highlights
10+ ----------
11+
12+ * Support cusparseLt release 0.9.0 (wheels have new directory structure).
13+ (`PR #1806 <https://github.com/NVIDIA/cuda-python/pull/1806 >`_)
14+
15+ * Clarified that Python 3.8+ excludes ``PATH `` from the native Windows DLL
16+ search used by ``load_nvidia_dynamic_lib() ``, so CTK installs are typically
17+ found via ``CUDA_PATH ``/``CUDA_HOME `` or other explicit search steps instead.
18+ (`PR #1795 <https://github.com/NVIDIA/cuda-python/pull/1795 >`_)
You can’t perform that action at this time.
0 commit comments