clMathLibraries / clFFT

a software library containing FFT functions written in OpenCL
Apache License 2.0
619 stars 192 forks source link

clFFT transposition #222

Open JishinMaster opened 6 years ago

JishinMaster commented 6 years ago

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.