Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.

1D FFT along second axis of 4D array

Seifert__Urban
Beginner
824 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
824 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