From 03feb2c860e0653d8beb68120c3a8a7bd9785a3c Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Thu, 2 Apr 2026 17:31:50 -0700 Subject: [PATCH] docs(pathfinder): prepare 1.5.1 release notes 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 --- cuda_pathfinder/docs/nv-versions.json | 4 ++++ .../docs/source/release/1.5.1-notes.rst | 23 +++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 cuda_pathfinder/docs/source/release/1.5.1-notes.rst diff --git a/cuda_pathfinder/docs/nv-versions.json b/cuda_pathfinder/docs/nv-versions.json index 8723ec7809..9f3a521dd0 100644 --- a/cuda_pathfinder/docs/nv-versions.json +++ b/cuda_pathfinder/docs/nv-versions.json @@ -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/" diff --git a/cuda_pathfinder/docs/source/release/1.5.1-notes.rst b/cuda_pathfinder/docs/source/release/1.5.1-notes.rst new file mode 100644 index 0000000000..d0aec5021d --- /dev/null +++ b/cuda_pathfinder/docs/source/release/1.5.1-notes.rst @@ -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 `_) + +* Add ``cusolverMp`` support for dynamic loading and header discovery. + (`PR #1845 `_) + +* Extend NVIDIA binary search paths with ``nvidia/cu13/bin``. + (`PR #1846 `_) + +* Add ``find_bitcode_lib("nvshmem_device")`` support. + (`PR #1828 `_)