OpenCL Fast Fourier Transform
New York University
New York University, 2012
@article{li2012opencl,
title={OpenCL Fast Fourier Transform},
author={Li, Ruobing},
year={2012}
}
Fast Fourier Transform is one of the most important numerical algorithms in history. It has wide range of applications: audio signal processing, medical imaging, image processing, pattern recognition, computational chemistry, error correcting codes and spectral methods for PDE’s. The goal of this project is to implement an OpenCL based FFT algorithm that has comparable performance with existing open source and vendor libraries.
April 9, 2013 by hgpu