Skip to content

Commit 563032f

Browse files
committed
Add pathfinder support for cupti64_2026.3.1.dll (CTK 13.4.1)
The nvidia-cu13 wheel now ships cupti64_2026.3.1.dll, which was not listed in the cupti descriptor's windows_dlls, causing test_load_nvidia_dynamic_lib[cupti] to fail under all_must_work.
1 parent ad46716 commit 563032f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

‎cuda_pathfinder/cuda/pathfinder/_dynamic_libs/descriptor_catalog.py‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,7 @@ class DescriptorSpec:
362362
packaged_with="ctk",
363363
linux_sonames=("libcupti.so.13", "libcupti.so.12"),
364364
windows_dlls=(
365+
"cupti64_2026.3.1.dll",
365366
"cupti64_2026.3.0.dll",
366367
"cupti64_2026.2.1.dll",
367368
"cupti64_2026.2.0.dll",

0 commit comments

Comments
 (0)