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

1D FFT along second axis of 4D array

Seifert__Urban
Beginner
341 Views

Hi,

I am trying to compute the 1D fft along the second axis of a row-major array indexed as A[n*NK*NJ*NI+k*NJ*NI + j*NI + i].

Given the explanations here: https://software.intel.com/en-us/forums/intel-math-kernel-library/topic/536518, my understanding would be that i could do a 1D fft with the strides according to the first axis, and then loop over both n and k. is this indeed the correct approach?

Many thanks and with best regards

0 Kudos
1 Reply
Ruqiu_C_Intel
Moderator
341 Views

Hello Seifert, Urban,

Thank you for your question. Can you provide sample code that we can help figure our your problem?

BRs,

Ruqiu

0 Kudos
Reply