Skip to content

Commit 675a10a

Browse files
committed
Fix Windows cupti detection for CTK 13.2.1
Add the CTK 13.2.1 CUPTI DLL name to the descriptor catalog so Windows already-loaded detection recognizes the installed library and the cupti pathfinder test can pass again. Made-with: Cursor
1 parent 82e6bb8 commit 675a10a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cuda_pathfinder/cuda/pathfinder/_dynamic_libs/descriptor_catalog.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ class DescriptorSpec:
271271
packaged_with="ctk",
272272
linux_sonames=("libcupti.so.12", "libcupti.so.13"),
273273
windows_dlls=(
274+
"cupti64_2026.1.1.dll",
274275
"cupti64_2026.1.0.dll",
275276
"cupti64_2025.4.1.dll",
276277
"cupti64_2025.3.1.dll",

0 commit comments

Comments
 (0)