You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the Issue Tracker that this hasn't already been reported. (comment there if it has.)
Motivation
For a training framework, most of the cases run with GPUs, but in some cases, e.g. debugging CPU dataloader, we don't want to waste GPU hours. So import tilelangwith the same CUDA build should work on a machine without CUDA driver/GPU.
Now, an error may occur:
OSError: libcuda.so.1: cannot open shared object file: No such file or directory
coderabbitai, jeffswt, LeiWang1999 and YouJiacheng