Skip to content

DLL load failed while importing pycuda._driver #76

Description

@lowoncuties

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions