我正在尝试运行我的Cuda SDK示例,但是我收到以下错误:
./bandwidthTest: error while loading shared libraries:
libcudart.so.4: cannot open shared object file:
No such file or directory
Run Code Online (Sandbox Code Playgroud)
为什么我可以成功编译示例,但不能运行它?有没有办法手动指定CUDA运行库的路径?