Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Inokinoki/ParallelFFT

FFT(WIP)&DFT implementations in NVIDIA CUDA and Apple Metal
https://github.com/Inokinoki/ParallelFFT

Last synced: about 2 months ago
JSON representation

FFT(WIP)&DFT implementations in NVIDIA CUDA and Apple Metal

Awesome Lists containing this project

README

        

# 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.cu` has DFT implementations (with or without precomputed complex roots) in CUDA
- `DFT.metal` has DFT implementations (with or without precomputed complex roots) in Apple Metal
- `FFT.cpp` includes an FFT CPU implementation
- Parallel FFT is work in progress...