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 `_)