如何检查是否有新版本的英特尔IPP?

发布于 2024-09-18 03:42:50 字数 566 浏览 2 评论 0原文

为了检查较新的版本,必须知道程序正在运行的当前版本以及可供下载的最新版本。

从安装路径可以看到当前版本,例如:/opt/intel/ipp/6.1.5.061/

通过查看可用示例可以看到最新版本,例如:http://registrationcenter.intel.com/irc_nas/1911/l_ipp-samples_p_6.1.6.073.tgz< /a> 有一个“官方”的地方吗?

如何以编程方式获取该值?

注意:

ippGetLibVersion() 仅返回“6.1”

最新版本,可以通过以下方式查看: 卷曲 -s ttp://software.intel.com/en-us/articles/intel-integrated-performance-primitives-code-samples/ | grep "l_ipp-samples_p"

In order to check for newer version, one has to know the current version the program is running with and the latest version available for download.

The current version can be seen from the install path, for example: /opt/intel/ipp/6.1.5.061/

The latest version can be seen by checking the available samples, for example: http://registrationcenter.intel.com/irc_nas/1911/l_ipp-samples_p_6.1.6.073.tgz
Is there an "official" place for this?

How to get this values programmatically?

Notes:

ippGetLibVersion() returns just "6.1"

latest version can be seen with:
curl -s ttp://software.intel.com/en-us/articles/intel-integrated-performance-primitives-code-samples/ | grep "l_ipp-samples_p"

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

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

发布评论

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

评论(2

东京女 2024-09-25 03:42:50

为什么要自动获取IPP版本?您可以保留站点上的最新版本号,并告诉应用程序从您的站点检查版本。您的应用程序与特定版本的 IPP 链接,因此您知道它适用的版本。

Why do you want to get the IPP version automaticaly? You can keep the last version number on you site, and tell the application to check the version from you site. You application is linked with particular version of IPP so you know the version it works with.

分开我的手 2024-09-25 03:42:50

目前,这是不可能的。

没有已知的方法可以检查确切的当前版本和最新可用版本。

Currently, this is not possible.

There is no known way to check the exact current version and the latest available.

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