Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
6814 Discussões

Performance differences between IPP and MKL libraries

tbruegge
Principiante
478 Visualizações

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 Responder
Vladimir_Dudnik
Funcionário
478 Visualizações

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

Responder