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

FFT Speed up Generation

MooN_K_
初学者
1,294 次查看

Hey there

I d like to use the MKL library to generate the 1D FFT(complex to complex), with the size of 256.

To speed up the process i want to split the 256 FFT vector to 4 sub-vectors of 64 and run each on 1 thread (i have 4 threads on my processor).

How with the help of OMP library i can get all the sub-vectors executed simultaneously in the parallel mode? Any help or programming details will be apperciated.

Thanks

0 项奖励
2 回复数
SergeyKostrov
重要分销商 II
1,294 次查看
Please take a look at a thread http://software.intel.com/en-us/forums/topic/402439 for more technical details on how to use MKL's DFTI functions. Then, a source data set of 256 elements is too small and I think in the end an overhead of 4-thread processing won't give you any performance gains. However, it will be a great academic experience for you on how to do some processing in parallel. Regarding OpenMP programming take a look at http://openmp.org/wp. Resources web-page has a link to Tutorials and Articles.
0 项奖励
MooN_K_
初学者
1,294 次查看

Thank you for the reply

0 项奖励
回复