cuda-pathfinder
1.X.Y Release notes#
Released on TBD
Highlights#
RTLD_DI_LINKMAP
-based new implementation ofabs_path_for_dynamic_library()
(PR #834)Eliminates
supported_nvidia_libs.EXPECTED_LIB_SYMBOLS
entirely, providing major simplificationStep towards resolving library discovery issues
Includes minor fixes and cleanup
Make
add_dll_directory()
andload_dependencies()
side-effects more deterministic (PR #855)Improves stability in general and supports nvmath specifically
Proactive change to improve library loading consistency
Drops boilerplate docstrings for private functions
Add conda search path prioritization for
load_nvidia_dynamic_lib()
(PR #856)Enables loading libraries from conda environments before system paths
Handles version mismatches between the conda environment and the system CTK