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

No significant speedup

Shibby_Sadot
Beginner
239 Views
I am using IPP6.0 in conjunction with opencv on a Penryn Core2Duo, and not seeing a significant speedup. I see that the appropriate ipp functions are being called, but the performance remains about the same. Could this be because the data is not in the cache at the time? How can I ensure that the ipp functions will have an effect on my runtime?

Thanks
0 Kudos
2 Replies
Chao_Y_Intel
Moderator
239 Views

Hi Shibby,

What is the IPP function name you are using?
and are you comparing IPP function with OpenCV source code, or others?

Thanks,
Chao

0 Kudos
Shibby_Sadot
Beginner
239 Views

Hi Chao,

I build ippopencv (which comes with opencv source) and am using that in conjunction with OpenCV. I see that ipp is recognized and that the cpu type is recognized as well. I am comparing OpenCV calls, specifically looking at cvErode and cvDilate with and without IPP. I don't see any performance differences between the 2 runs. Any suggestions?

Thanks

Quoting - Chao Yu (Intel)

Hi Shibby,

What is the IPP function name you are using?
and are you comparing IPP function with OpenCV source code, or others?

Thanks,
Chao
0 Kudos
Reply