DTolm/VkFFT
Vulkan/CUDA/HIP/OpenCL/Level Zero/Metal Fast Fourier Transform library observed · 2026-08-28
Health v2 · maintenance only
57/100
- Activity 75
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2222
- days_rel: n/a
- days_push: 151
- n_releases_24m: 0
Adoption not part of the score
1769 stars · 142 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
VkFFT is an open-source, GPU-accelerated multidimensional Fast Fourier Transform library supporting Vulkan, CUDA, HIP, OpenCL, Level Zero, and Metal backends. It aims to match or exceed cuFFT performance while remaining vendor-neutral and MIT-licensed.
Use cases
- gpu-accelerated fft library as cuFFT alternative
- compute ffts on vulkan compute shaders
- fast convolution on gpu for image processing
- real-to-complex and dct transforms on gpu
- cross-vendor gpu fft for hip and opencl
- large multidimensional fft for hpc simulations
When to choose
- you need FFTs across multiple GPU vendors, not just NVIDIA
- you want an open-source cuFFT replacement with competitive performance
- you need R2C/C2R/R2R transforms, convolutions, or zero padding fused into the FFT
- you work in Vulkan, HIP, OpenCL, Level Zero, or Metal compute
When to avoid
- you only need CPU-based FFTs (use FFTW or similar)
- you want a high-level turnkey application rather than a C/C++ library to integrate
- your project is locked into a vendor library ecosystem and migration cost outweighs gains
Facets
library · maturity active
math gpu-computing image-processing benchmarking gpu-computing performance graphics simulation cpp cross-platform windows fft vulkan cuda hip opencl metal level-zero convolution dct hpc signal-processing algorithms gpu linux macos
1 source
- readme: https://github.com/DTolm/VkFFT · fetched 2026-08-28 · 3f11799890fa
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| DTolm/VkFFT | main | 57 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem