How do I disable use of the Intel Performance Primitives (IPP) libraries by the Image Processing Toolbox 4.2 (R14)?
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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.
Respuesta aceptada
MathWorks Support Team
el 27 de Jun. de 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 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Engines & Motors en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!