Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
6712 Discussions

Is it possible to detect which ipp libraries (dll+lib) need for concret processor?

voval
Beginner
275 Views

Is it possible to detect which ipp libraries (dll+lib) need for concret (or for my) processor?

Vladimir

0 Kudos
2 Replies
Artem_V_Intel
Employee
275 Views

Hello Vladimir,

In case of dynamic linking and static linking with dispatching appropriate implementation of IPP functions will be chosen automatically. If you would like to know what implementation dispatched for your processor you can use ippGetLibVersion() function.

Please take a look at the IPP User Guide for the list of available implementations.

Thanks,

Artem

0 Kudos
matthieu_darbois
New Contributor III
275 Views

Hi,

You should have a look at this link : CPU Dispatching in Intel IPP

Regards,

Matthieu

0 Kudos
Reply