ParallelFFT
ParallelFFT copied to clipboard
FFT(WIP)&DFT implementations in NVIDIA CUDA and Apple Metal
Discrete Fourier Transform (DFT/FFT) implementations
This project has experimental implementations of DFT/FFT in CUDA and Apple Metal. Use it as your own risk (remember to check the array boarder if you would like to use them in your own project).
DFT.cuhas DFT implementations (with or without precomputed complex roots) in CUDADFT.metalhas DFT implementations (with or without precomputed complex roots) in Apple MetalFFT.cppincludes an FFT CPU implementation- Parallel FFT is work in progress...