Skip to content

DLL load failed while importing pycuda._driver #76

@lowoncuties

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.

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