Closed RuWang15 closed 7 years ago
When I run make runtest -j 8, the error comes out like this. But I cannot find libcudart.so.5.5 in cuda's lib (/usr/local/cuda/lib64). My cuda version is 8.0. Is this problem caused by version incompatibility?
make runtest -j 8
libcudart.so.5.5
/usr/local/cuda/lib64
Yes, I think so. If you have successfully installed the code(make -j8), just try to run it without make runtest. It usually works.
Thanks, I'll try it.
When I run
make runtest -j 8
, the error comes out like this. But I cannot findlibcudart.so.5.5
in cuda's lib (/usr/local/cuda/lib64
). My cuda version is 8.0. Is this problem caused by version incompatibility?