This repository was archived by the owner on Mar 29, 2025. It is now read-only.

Description
Hello! Do you have plans to add support for dynamic loading cuda library at runtime?
Something like rust-dlopen for example.
With current approach this crate will cause crash if CUDA libraries is not found,
instead of raising error to user (so it will be possible to fallback to cpu/opencl code).
Also, with dynamic loading it will be possible to find CUDA libraries at runtime,
so it won't be necessary to do
export DYLD_LIBRARY_PATH=/usr/local/cuda/lib
in MacOS (and probably LD_LIBRARY_PATH in Linux).