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

ippiConvFull_32f_C1R on multicore system?

dongshin_kim
Beginner
244 Views
Hi,

is ippiConvFull_32f_C1R parallelized on multicore system?
If so, can I turn off this multicore support functionality?

Best regards,
Dongshin
0 Kudos
1 Reply
Vladimir_Dudnik
Employee
244 Views

Hello Dongshin,

yes, this function is threaded. To turn off IPP internal threading you may link your application with IPP static libraries or you may call ippSetNumThreads(1) before call this function.

Regards,
Vladimir

0 Kudos
Reply