Skip to content

Commit 1c8f297

Browse files
authored
docs(pathfinder): prepare 1.5.1 release notes (#1854)
Add cuda-pathfinder 1.5.1 release notes and register 1.5.1 in nv-versions so the published docs include the new version entry. Made-with: Cursor
1 parent 1476822 commit 1c8f297

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

cuda_pathfinder/docs/nv-versions.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"version": "latest",
44
"url": "https://nvidia.github.io/cuda-python/cuda-pathfinder/latest/"
55
},
6+
{
7+
"version": "1.5.1",
8+
"url": "https://nvidia.github.io/cuda-python/cuda-pathfinder/1.5.1/"
9+
},
610
{
711
"version": "1.5.0",
812
"url": "https://nvidia.github.io/cuda-python/cuda-pathfinder/1.5.0/"
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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.5.1 Release notes
7+
=======================================
8+
9+
Highlights
10+
----------
11+
12+
* Add ``locate_nvidia_header_directory()`` support for ``mathdx``, ``cutlass``,
13+
and ``cute``.
14+
(`PR #1816 <https://github.com/NVIDIA/cuda-python/pull/1816>`_)
15+
16+
* Add ``cusolverMp`` support for dynamic loading and header discovery.
17+
(`PR #1845 <https://github.com/NVIDIA/cuda-python/pull/1845>`_)
18+
19+
* Extend NVIDIA binary search paths with ``nvidia/cu13/bin``.
20+
(`PR #1846 <https://github.com/NVIDIA/cuda-python/pull/1846>`_)
21+
22+
* Add ``find_bitcode_lib("nvshmem_device")`` support.
23+
(`PR #1828 <https://github.com/NVIDIA/cuda-python/pull/1828>`_)

0 commit comments

Comments
 (0)