开发者

How to check if newer version of Intel IPP is available?

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 ins开发者_如何学编程tall 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"


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.


Currently, this is not possible.

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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜