coreylowman / cudarc

Safe rust wrapper around CUDA toolkit
Apache License 2.0
593 stars 73 forks source link

Adding fallback lib name options for dynamic loading #240

Closed coreylowman closed 4 months ago

coreylowman commented 4 months ago

Resolves #219 Resolves #232

Searching list of candidate library names when dynamic loading now.

List may not be exhaustive - so we may need to add more options in the future. I've seen some lib names that different on the same system (e.g. there's cublasLt64_12.dll and nvrtc64_10.dll on the same system).