You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: