cuda-pathfinder 1.5.5 Release notes#
Released on May 26, 2026
Highlights#
Add support for the Windows CUDA 13.3 CUPTI DLL name
cupti64_2026.2.0.dllsoload_nvidia_dynamic_lib("cupti")can recognize CTK 13.3 installations. (PR #2139)
Bugfixes#
On Windows, find
cudadevrtin both CUDA 13 and CUDA 12 conda static-library layouts. This letslocate_static_lib("cudadevrt")andfind_static_lib("cudadevrt")resolve CUDA 12 conda environments underLibrary/libinstead of falling through toCUDA_PATHand reporting a misleading missing-library error. (PR #2015)