cuda-pathfinder 1.3.4 Release notes#
Released on Feb 11, 2026
Highlights#
Add support for locating CUDA binary utilities (e.g.
nvcc,nvdisasm, etc.). (PR #1528)Introduce
locate_nvidia_header_directory()andLocatedHeaderDirto report the header discovery method. This is an alternative API to the existingfind_nvidia_header_directory()API that only returns the absolute path to the discovered header directory. (PR #1536)Honor
site.ENABLE_USER_SITEbefore adding the user site-packages path to search locations. (PR #1596)