cuda-pathfinder 1.7.1 Release notes#

Bugfixes#

  • Restrict Windows CUPTI filesystem discovery to descriptor-declared DLL names. Removing broad wildcard matches keeps candidate selection consistent with already-loaded detection and native loading, and prevents undeclared DLL names from being selected. (PR #2689)

  • Make Linux filesystem discovery, already-loaded detection, and native loading use one descriptor-declared, newest-first library filename list. This prevents broad matches from selecting undeclared ABI or patch-version filenames; explicit directory layouts must expose a declared name. Explicitly declare the unversioned NVVM wheel filename to preserve CUDA 12.9 wheel discovery, and correct the cufftMp catalog order so ABI 12 is preferred over ABI 11. (PR #2689)