cuda-pathfinder 1.4.2 Release notes#
Highlights#
Add
optional_cuda_import()to support robust optional imports of CUDA Python modules. It returnsNonewhen the requested module is absent or a probe hitsDynamicLibNotFoundError, while still re-raising unrelatedModuleNotFoundErrorexceptions (for missing transitive dependencies).