gpt4 book ai didi

cuda - libcurand.so.9.2 : cannot open shared object file: No such file or directory

转载 作者:行者123 更新时间:2023-12-04 01:31:23 27 4
gpt4 key购买 nike

我刚刚按照说明安装了 cuda.9.2 here .但是,使用 GPU 运行我的程序会产生错误。

error while loading shared libraries: libcurand.so.9.2: cannot open shared object file: No such file or directory

simon@desktop:/usr/local/cuda/lib64$ ls libcurand.so.9.2
libcurand.so.9.2
simon@desktop:/usr/local/cuda/lib64$ ls -lh libcurand.so.9.2
lrwxrwxrwx 1 root root 20 Jul 31 11:35 libcurand.so.9.2 -> libcurand.so.9.2.148

我注意到已经有一些关于类似问题的报告。有没有人知道如何解决它?

最佳答案

遵循 sgarizvi 的建议有效。确实我忘了导出路径。

export LD_LIBRARY_PATH=/usr/local/cuda/lib64 && sudo ldconfig

关于cuda - libcurand.so.9.2 : cannot open shared object file: No such file or directory,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51607553/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com