Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
6975 Discussions

Is there a example with FFT on image using MKL?

likeyou
Beginner
315 Views

Hi,

It's the first time using the MKL.

I wonder is there a example code to show how to use MKL to do 2D FFT on image?

Does MKL support pthread?

Thanks

Any hint will be appreciated!

 

0 Kudos
2 Replies
Ying_H_Intel
Employee
315 Views

Hello Xiaojia

​You can take image as 2D array, then you can find some 2D FFT c sample codes in MKL install folder or web article.  

MKL support several model  like sequential,  internal openmp threads and tbb threads, which are suppose be work with external pthread.

If you have any question, please submit your question to  https://supporttickets.intel.com.

Best Regards,

Ying

 

 



 

 

 

 

0 Kudos
Zhen_Z_Intel
Employee
315 Views

Hi,

MKL support N-dimensional FFT computing, you could follow developer reference or MKL examples saved locally when you install the MKL, the path is $MKLROOT/examples.

MKL threading is using OpenMP/TBB, but you could write pthread program to control outside.

Best regards,
Fiona

0 Kudos
Reply