File tree Expand file tree Collapse file tree 3 files changed +22
-8
lines changed
Expand file tree Collapse file tree 3 files changed +22
-8
lines changed Original file line number Diff line number Diff line change 77 "version" : " 1.5.0" ,
88 "url" : " https://nvidia.github.io/cuda-python/cuda-pathfinder/1.5.0/"
99 },
10+ {
11+ "version" : " 1.4.4" ,
12+ "url" : " https://nvidia.github.io/cuda-python/cuda-pathfinder/1.4.4/"
13+ },
1014 {
1115 "version" : " 1.4.3" ,
1216 "url" : " https://nvidia.github.io/cuda-python/cuda-pathfinder/1.4.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.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 >`_)
Original file line number Diff line number Diff line change @@ -31,9 +31,6 @@ Breaking Change
3131Highlights
3232----------
3333
34- * Support cusparseLt release 0.9.0 (wheels have new directory structure).
35- (`PR #1806 <https://github.com/NVIDIA/cuda-python/pull/1806 >`_)
36-
3734* Added :py:func: `cuda.pathfinder.get_cuda_path_or_home `, a centralized
3835 function for resolving ``CUDA_PATH ``/``CUDA_HOME ``. Features:
3936
@@ -45,8 +42,3 @@ Highlights
4542 function to ensure consistent ``CUDA_PATH `` > ``CUDA_HOME `` priority
4643 across all cuda-python packages.
4744 (`PR #1801 <https://github.com/NVIDIA/cuda-python/pull/1801 >`_)
48-
49- * Clarified that Python 3.8+ excludes ``PATH `` from the native Windows DLL
50- search used by ``load_nvidia_dynamic_lib() ``, so CTK installs are typically
51- found via ``CUDA_PATH ``/``CUDA_HOME `` or other explicit search steps instead.
52- (`PR #1795 <https://github.com/NVIDIA/cuda-python/pull/1795 >`_)
You can’t perform that action at this time.
0 commit comments