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

can I use python to call IPP APIs

sumit_j_
Principiante
2.174 Vistas

Hi All,

I want to boost the performance of my code using Intel IPP APIs as I know many of them works much faster than any numpy/scipy implementation of mathematical operations.

Is it possible to use IPP APIs using python i.e is there any IPP wrapper for python.

If yes, then how can I use. Plz suggest steps to do or some web-link.

 

Regards,

Sumit Jha

 

 

 

0 kudos
2 Respuestas
Chao_Y_Intel
Moderador
2.173 Vistas
Hi, IPP is C library, so the steps are no difference to build a module for python with C code: https://docs.python.org/2/extending/extending.html For numpy/scipy, math computation, it can another MKL libraries, here are the steps: https://software.intel.com/en-us/articles/numpyscipy-with-intel-mkl Thanks, Chao
Holm-Rasmussen__Bo
2.173 Vistas

Hi Sumit Jha,

As you may know by now you can use the Intel versions of NumPy and SciPy that uses IPP:

https://software.intel.com/en-us/articles/installing-the-intel-distribution-for-python-and-intel-performance-libraries-with-pip-and

 

//Bo

Responder