diff --git a/cuda_pathfinder/docs/nv-versions.json b/cuda_pathfinder/docs/nv-versions.json index 9f3a521dd0..cf3da48e15 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.2", + "url": "https://nvidia.github.io/cuda-python/cuda-pathfinder/1.5.2/" + }, { "version": "1.5.1", "url": "https://nvidia.github.io/cuda-python/cuda-pathfinder/1.5.1/" diff --git a/cuda_pathfinder/docs/source/release/1.5.2-notes.rst b/cuda_pathfinder/docs/source/release/1.5.2-notes.rst new file mode 100644 index 0000000000..37e1367f79 --- /dev/null +++ b/cuda_pathfinder/docs/source/release/1.5.2-notes.rst @@ -0,0 +1,18 @@ +.. SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. +.. SPDX-License-Identifier: Apache-2.0 + +.. py:currentmodule:: cuda.pathfinder + +``cuda-pathfinder`` 1.5.2 Release notes +======================================= + +Highlights +---------- + +* Add ``load_nvidia_dynamic_lib()`` support for ``cudla`` and ``nvcudla``, and + add header discovery support for ``cudla``. + (`PR #1855 `_) + +* Add header discovery support for ``profiler`` via + ``find_nvidia_header_directory()`` and ``locate_nvidia_header_directory()``. + (`PR #1862 `_)