I have seen in the documentation that playing with stride and distance allows contiguous FFTs and transposed FFT.
Overlapped batch FFTs (several FFTs of the batch use some shared data) do not seem to work, even in out of place. I understand that it should not work in place, but I don't understand what is limiting in out of place transforms.
Could you enlighten me?
Hi,
I have seen in the documentation that playing with stride and distance allows contiguous FFTs and transposed FFT. Overlapped batch FFTs (several FFTs of the batch use some shared data) do not seem to work, even in out of place. I understand that it should not work in place, but I don't understand what is limiting in out of place transforms. Could you enlighten me?
Many thanks.