yum/gpu_fft
A GPU-friendly FFT
git clone https://git.yummers.dev/yum/gpu_fft
2cb891c
master
A GPU-friendly FFT
This is CPU code demonstrating a GPU-friendly FFT algorithm. The core idea is that the recursive step of the FFT is split into render passes on the GPU.
AI Disclosure
This source code was written by a human and checked for errors with an LLM.
License.
MIT License.
1# A GPU-friendly FFT 2 3This is CPU code demonstrating a GPU-friendly FFT algorithm. The core idea 4is that the recursive step of the FFT is split into render passes on the 5GPU. 6 7## AI Disclosure 8 9This source code was written by a human and checked for errors with an 10LLM. 11 12## License. 13 14MIT License.