我是学习cuda的新手。我阅读了“CUDA by Example”并尝试运行我的第一个程序 hello world。它已编译但我不知道为什么我不能执行二进制文件:
tia@tia:~/Documents/Coba$ nvcc heloworld.cu -lcudart -o run
tia@tia:~/Documents/Coba$ ls
heloworld heloworld~ heloworld.cu run
tia@tia:~/Documents/Coba$ ./run
./run: error while loading shared libraries: libcudart.so.4: cannot open shared object file: No such file or directory
谁能帮我解决这个问题?非常感谢 :)