← back

yum/gpu_fft

A GPU-friendly FFT

git clone https://git.yummers.dev/yum/gpu_fft

yumAdd Pass constructcfe94cd

master
3 folders5 files

files

benches/
shaders/
src/
.gitignore52 B
Cargo.toml766 B
LICENSE1.0 KiB
README.md297 B
build.rs3.7 KiB

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.