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

Wavelet transform multithreading

Lebedev__Artem
初学者
545 次查看
Hello!

I've tried to implement discrete wavelet 2D Haartransform for RGB imageand found an exellent functionippiWTFwd_32f_C3R which helped me get the desired results. But it seems to be working in single-threaded mode. I've triedto set number of threads using ippSetNumThreads function for moreeffective utilization of my quad-core processor. But that didn't take effect.

Is this a problem of ippiWTFwd_32f_C3R implementation orI do something wrong?
Source codes are attached.
I work with Linux andl_ipp_7.0.1.084_intel64.

P.S. Sorry for my poor English.
0 项奖励
1 回复
Vladimir_Dudnik
545 次查看
Hello,

you may check with ThreadedFunctionsList.txt file if that particular function provides internal threading capabilities. You will find this file in your IPP installationunder documentation folder.

Regards,
Vladimir
0 项奖励
回复