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
4 changes: 4 additions & 0 deletions cuda_pathfinder/docs/nv-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"version": "latest",
"url": "https://nvidia.github.io/cuda-python/cuda-pathfinder/latest/"
},
{
"version": "1.5.1",
"url": "https://nvidia.github.io/cuda-python/cuda-pathfinder/1.5.1/"
},
{
"version": "1.5.0",
"url": "https://nvidia.github.io/cuda-python/cuda-pathfinder/1.5.0/"
Expand Down
23 changes: 23 additions & 0 deletions cuda_pathfinder/docs/source/release/1.5.1-notes.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
.. 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.5.1 Release notes
=======================================

Highlights
----------

* Add ``locate_nvidia_header_directory()`` support for ``mathdx``, ``cutlass``,
and ``cute``.
(`PR #1816 <https://github.com/NVIDIA/cuda-python/pull/1816>`_)

* Add ``cusolverMp`` support for dynamic loading and header discovery.
(`PR #1845 <https://github.com/NVIDIA/cuda-python/pull/1845>`_)

* Extend NVIDIA binary search paths with ``nvidia/cu13/bin``.
(`PR #1846 <https://github.com/NVIDIA/cuda-python/pull/1846>`_)

* Add ``find_bitcode_lib("nvshmem_device")`` support.
(`PR #1828 <https://github.com/NVIDIA/cuda-python/pull/1828>`_)
Loading