1

I have queried directly with Intel which is still pending. Basically I have searched the internet quite rigorously but have been unable to determine if the asynchronous library described here is available as part of the library downloaded from here.

Note: I have actually installed Student version of Intel Parallel Studio XE Cluster Edition for windows, which as far as I can tell includes the ipp library linked above.

I intend to use the library as part of OpenCV-3.0, which I have successfully built without ipp_a for the time being using cmake.

My end goal for now is to be able to run this tutorial successfully.

4

1 に答える 1

1

Intel が応答し、非同期機能はまだ ipp に含まれていないように見えますが、これは残念です。開発者ゾーン フォーラムでの彼らの反応は次のとおりです。

「非同期ライブラリはプレビュー ライブラリであり、現在 IPP では使用できません。

プレビュー リリースは、機能に関するコミュニティのフィードバックを求めることを目的としており、コミュニティのフィードバックに基づいて変更される可能性があります。現時点では、IPP プレビュー パッケージの機能は IPP に含まれておらず、以前のパッケージは利用できなくなりました。

そのパッケージはありませんが、IPP は一部の OpenCV 関数の CPU 最適化を提供する IPPCV パッケージを提供しています。

これに関する新しい OpenCV 3.0 ドキュメントを確認してください: http://opencv.org/opencv-3-0.html

インテル IPP (IPPCV) のサブセットは、商用および非商用の使用を問わず、ライセンス料なしでインテルとユーザーに無料で提供されます。これは、Windows、Linux、および Mac 上の x86 および x64 ビルドでデフォルトで使用されます。」

フォーラムへのリンクはこちら: https://software.intel.com/en-us/forums/intel-integrated-performance-primitives/topic/594325#comment-1841423

于 2015-09-25T13:28:11.163 に答える