yum/gpu_fft
A GPU-friendly FFT
git clone https://git.yummers.dev/yum/gpu_fft
cfe94cd
master
languages
- Rust 98.3%
- TOML 1.2%
- Markdown 0.5%
files
| benches/ | |
| shaders/ | |
| src/ | |
| .gitignore | 52 B |
| Cargo.toml | 766 B |
| LICENSE | 1.0 KiB |
| README.md | 297 B |
| build.rs | 3.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.