Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding fallback lib name options for dynamic loading #240

Merged
merged 4 commits into from
May 30, 2024

Conversation

coreylowman
Copy link
Owner

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).

@coreylowman coreylowman merged commit 1fa82db into main May 30, 2024
3 checks passed
@coreylowman coreylowman deleted the 219-lib-name-choices branch May 30, 2024 19:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Discovering the cuda libraries with dynamic loading Wrong library filename used for CUDA driver on Windows
1 participant