diff --git a/cuda_pathfinder/docs/nv-versions.json b/cuda_pathfinder/docs/nv-versions.json index 161f612d7b..379c772ebe 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.4", + "url": "https://nvidia.github.io/cuda-python/cuda-pathfinder/1.5.4/" + }, { "version": "1.5.3", "url": "https://nvidia.github.io/cuda-python/cuda-pathfinder/1.5.3/" diff --git a/cuda_pathfinder/docs/source/release/1.5.4-notes.rst b/cuda_pathfinder/docs/source/release/1.5.4-notes.rst new file mode 100644 index 0000000000..97853be7f3 --- /dev/null +++ b/cuda_pathfinder/docs/source/release/1.5.4-notes.rst @@ -0,0 +1,21 @@ +.. 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.4 Release notes +======================================= + +Highlights +---------- + +* Add ``find_bitcode_lib("nccl_device")`` support. + (`PR #1975 `_) + +Internal maintenance +-------------------- + +* On Linux, make the ``.so`` glob fallback prefer the newest matching library + when an exact SONAME match is unavailable. This improves internal consistency + in rare fallback cases and is not expected to affect most users. + (`PR #1966 `_)