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
As the path name implies, /usr/local/cuda/lib64/stubs/libcuda.so is a stub library. It's only to satisfy the linker at compile time. At runtime, you can't use the stubs libraries, you will need the real libcuda.so.1 that points to the libcuda.so.X.Y that was shipped with your driver installation.
Originally posted by @flx42 in #185
The text was updated successfully, but these errors were encountered: