Skip to content

Commit 1eff0f5

Browse files
committed
Merge branch 'main' into CUDA_PATH_CUDA_HOME_cleanup
2 parents 7140117 + b2e904e commit 1eff0f5

File tree

3 files changed

+22
-8
lines changed

3 files changed

+22
-8
lines changed

cuda_pathfinder/docs/nv-versions.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
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/"
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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>`_)

cuda_pathfinder/docs/source/release/1.5.0-notes.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ Breaking Change
3131
Highlights
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>`_)

0 commit comments

Comments
 (0)