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

DLL load failed while importing pycuda._driver #76

Open
lowoncuties opened this issue Oct 12, 2024 · 0 comments
Open

DLL load failed while importing pycuda._driver #76

lowoncuties opened this issue Oct 12, 2024 · 0 comments

Comments

@lowoncuties
Copy link

I've installed the latest version of tmu + pycuda (CUDA 12.0.r12.0) and got the error attached in the image.

image

I was able to fix that by changing the imports in clause_bank_cuda.py and cuda_profiler.py

from
from pycuda._driver import Device, Context

to
from pycuda.driver import Device, Context

I wasn't investigating further whether it was caused by some version mismatch (since I couldn't find the specific version of pycuda/cuda for the tmu) but someone else may find it usefull.

@lowoncuties lowoncuties changed the title DLL load failed while importing _driver DLL load failed while importing pycuda._driver Oct 12, 2024
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

No branches or pull requests

1 participant