Will dual processing systems automatically benefit when suing IPP? We're planning on using the image library with various data types for large images (4kx4k). I would expect to see a near linear speedup for simple arithmetic operations, is this the case or do I need to explicitly introduce threading myself?
链接已复制
2 回复数
Hi,
actually, some of IPP functions use OpenMP threading inside, so you will get automatically some benefits when you are using IPP DLLs. Note, there is no internal threading in IPP static libraries, so you can tune threading in your application by yourself.
Regards,
Vladimir
