ROCm / rocFFT

Next generation FFT implementation for ROCm
https://rocm.docs.amd.com/projects/rocFFT/en/latest/
Other
175 stars 84 forks source link

rtc: use gridDim.x for everything in real-complex kernels #470

Closed af-ayala closed 7 months ago

af-ayala commented 7 months ago

Fixes launch errors on very large odd-length real-complex transforms, since gridDim.y and gridDim.z are limited to 64k.