How do I disable use of the Intel Performance Primitives (IPP) libraries by the Image Processing Toolbox 4.2 (R14)?
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
In the Image Processing Toolbox 4.2 (R14), certain functions are implemented using the Intel Performance Primitive (IPP) libraries to increase performance. However, I am calling MEX-functions with which I would like to use a different version of IPP. I would like to disable IPP in MATLAB so that I may use a different version of the libraries from MEX.
Risposta accettata
MathWorks Support Team
il 27 Giu 2009
This change has been incorporated into the documentation in Release 14 Service Pack 3 (R14SP3). For previous releases, read below for any additional information:
You may disable the use of IPP by setting the environment variable IPT_IPPL_OFF.
The value you set it to does not matter. The MATLAB function IPPL will return true if the IPP libraries are being used and false otherwise. The IPP libraries are used with single, uint8, and int16 operations with some of the image processing commands.
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Engines & Motors in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!