cuda-samples
cuda-samples copied to clipboard
When I run an algorithm get an error: "OSError: libcudart.so.10.0: cannot open shared object file: No such file or directory"
Can someone tell me why and how to fix it, thanks a lot!
try to check out the makefile or your cuda version?
try to check out the
makefileor your cuda version?
Hi, my cuda version is 10.1 not 10.0
Please check the post installation steps.
Looks like env variable LD_LIBRARY_PATH is not set, or lib files are missing from /usr/local/cuda/lib64 (or /usr/local/cuda/lib for 32-bit)