How do I disable use of the Intel Performance Primitives (IPP) libraries by the Image Processing Toolbox 4.2 (R14)?
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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.
Réponse acceptée
MathWorks Support Team
le 27 Juin 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 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Engines & Motors dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!