A high performance parallel algorithm for 1-D FFT

  • Authors:
  • R. C. Agarwal;F. G. Gustavson;M. Zubair

  • Affiliations:
  • IBM T.J. Watson Research Center, Yorktown Hts., NY;IBM T.J. Watson Research Center, Yorktown Hts., NY;IBM T.J. Watson Research Center, Yorktown Hts., NY

  • Venue:
  • Proceedings of the 1994 ACM/IEEE conference on Supercomputing
  • Year:
  • 1994

Quantified Score

Hi-index 0.00

Visualization

Abstract

In this paper we propose a parallel high performance FFT algorithm based on a multi-dimensional formulation. We use this to solve a commonly encountered FFT based kernel on a distributed memory parallel machine, the IBM scalable parallel system, SP1. The kernel requires a forward FFT computation of an input sequence, multiplication of the transformed data by a coefficient array, and finally an inverse FFT computation of the resultant data. We show that the multidimensional formulation helps in reducing the communication costs and also improves the single node performance by effectively utilizing the memory system of the node. We implemented this kernel on the IBM SP1 and observed a performance of 1.25 GFLOPS on a 64-node machine.