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
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ class DescriptorSpec:
packaged_with="ctk",
linux_sonames=("libcupti.so.12", "libcupti.so.13"),
windows_dlls=(
"cupti64_2026.1.1.dll",
"cupti64_2026.1.0.dll",
"cupti64_2025.4.1.dll",
"cupti64_2025.3.1.dll",
Expand Down
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.3",
"url": "https://nvidia.github.io/cuda-python/cuda-pathfinder/1.5.3/"
},
{
"version": "1.5.2",
"url": "https://nvidia.github.io/cuda-python/cuda-pathfinder/1.5.2/"
Expand Down
14 changes: 14 additions & 0 deletions cuda_pathfinder/docs/source/release/1.5.3-notes.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
.. 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.3 Release notes
=======================================

Highlights
----------

* Add support for the Windows CTK 13.2.1 CUPTI DLL name
``cupti64_2026.1.1.dll`` so ``load_nvidia_dynamic_lib("cupti")`` can
recognize the installed library on CTK 13.2.1 systems.
Loading