clMathLibraries / clFFT

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

Can use vector read in stockham fft? #239

Closed HirataYurina closed 3 years ago

HirataYurina commented 3 years ago

Can use vector read in stockham fft? My chiplet supports vector read optimization, but read pattern in stockham fft is not contiguous. Is there any algorithm can make stockham read pattern in stockham fft contiguous.