# 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.