Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions cuda_pathfinder/docs/nv-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down
21 changes: 21 additions & 0 deletions cuda_pathfinder/docs/source/release/1.5.4-notes.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
.. SPDX-FileCopyrightText: Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit:

Suggested change
.. SPDX-FileCopyrightText: Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
.. 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.4 Release notes
=======================================

Highlights
----------

* Add ``find_bitcode_lib("nccl_device")`` support.
(`PR #1975 <https://github.com/NVIDIA/cuda-python/pull/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 <https://github.com/NVIDIA/cuda-python/pull/1966>`_)
Loading