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

Performance differences between IPP and MKL libraries

tbruegge
Beginner
216 Views

There is a substantial overlap in functionality between the IPP and the MKL libraries (for example, the axpy functionality, routines to compute the sin or cos of each element in a vector etc.) Does anyone have data to indicate whether there is a significant performance difference between these libraries?

0 Kudos
1 Reply
Vladimir_Dudnik
Employee
216 Views

Hello,

In general, the MKL library is intended to work with large data, where as IPP optimized to work with small amount of data. By the way, MKL uses IPP internally when data is not big, for example in FFT and DFT operations.

You also might be interested to see the similar threads at this forum:

Which FFT lib is faster, IPP or MKL?
IPP or MKL... or both?
Performance: IPP or MKL

Regards,
Vladimir

0 Kudos
Reply