cuda-pathfinder 1.4.2 Release notes#

Highlights#

  • Add optional_cuda_import() to support robust optional imports of CUDA Python modules. It returns None when the requested module is absent or a probe hits DynamicLibNotFoundError, while still re-raising unrelated ModuleNotFoundError exceptions (for missing transitive dependencies).