Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions cuda_pathfinder/docs/nv-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
"version": "latest",
"url": "https://nvidia.github.io/cuda-python/cuda-pathfinder/latest/"
},
{
"version": "1.4.4",
"url": "https://nvidia.github.io/cuda-python/cuda-pathfinder/1.4.4/"
},
{
"version": "1.4.3",
"url": "https://nvidia.github.io/cuda-python/cuda-pathfinder/1.4.3/"
},
{
"version": "1.4.2",
"url": "https://nvidia.github.io/cuda-python/cuda-pathfinder/1.4.2/"
},
{
"version": "1.4.1",
"url": "https://nvidia.github.io/cuda-python/cuda-pathfinder/1.4.1/"
Expand Down
18 changes: 18 additions & 0 deletions cuda_pathfinder/docs/source/release/1.4.4-notes.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
.. SPDX-FileCopyrightText: Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
.. SPDX-License-Identifier: Apache-2.0

.. py:currentmodule:: cuda.pathfinder

``cuda-pathfinder`` 1.4.4 Release notes
=======================================

Highlights
----------

* Support cusparseLt release 0.9.0 (wheels have new directory structure).
(`PR #1806 <https://github.com/NVIDIA/cuda-python/pull/1806>`_)

* Clarified that Python 3.8+ excludes ``PATH`` from the native Windows DLL
search used by ``load_nvidia_dynamic_lib()``, so CTK installs are typically
found via ``CUDA_PATH``/``CUDA_HOME`` or other explicit search steps instead.
(`PR #1795 <https://github.com/NVIDIA/cuda-python/pull/1795>`_)
Loading