英特尔性能基元 IPP 安装

发布于 2024-12-23 16:44:16 字数 499 浏览 0 评论 0 原文

我已在我的计算机上安装了英特尔 IPP,我按照具体步骤进行操作,您可以在此处找到它:

http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-intel-ipp-for-linux-how-to-install-intel-ipp-for- linux/

并将库链接到我的 IDE(Eclipse ),它可以完美编译,但是当我运行代码时,我收到此错误:

加载共享库时出错:libippcv.so.7.0:无法打开共享对象文件:否这样的文件或目录

知道可能是什么问题吗?

谢谢

I have installed Intel IPP on my machine, I followed specific steps where you can find it here :

http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-intel-ipp-for-linux-how-to-install-intel-ipp-for-linux/

and linked the library to my IDE which is Eclipse , it compiles perfectly but when I run the code I got this error :

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

any idea what might be the problem ?

Thank you

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

晨曦÷微暖 2024-12-30 16:44:16

您可能需要将 IPP 库路径添加到 ld.so.conf 中,然后运行 ​​sudo ldconfig。您可以通过运行以下命令来检查应用程序是否正确链接:

ldd <your_app_name>

希望有帮助!

You probably need to add the IPP library path to your ld.so.conf, and then run sudo ldconfig. You can check that the application is properly linked by running the following:

ldd <your_app_name>

Hope that helps!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文