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

fix cudart*dll for Windows #1064

Merged

Conversation

wkpark
Copy link
Contributor

@wkpark wkpark commented Feb 15, 2024

CUDA_RUNTIME_LIBS = ["nvcuda.dll"] -> binday_path will get c:\windows\system32 but this is not intended.

fix CUDA_RUNTIME_LIBS = ["cudart64_110.dll", "cudart64_12.dll"] to get binary_path such as 'C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8\bin\cudart32_110.dll' correctly.

Copy link

The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.

@Titus-von-Koeller
Copy link
Collaborator

Thanks for this quick fix @wkpark!

@Titus-von-Koeller Titus-von-Koeller merged commit 0488566 into bitsandbytes-foundation:main Feb 27, 2024
31 checks passed
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.

None yet

2 participants