A GPU Based Memory Optimized Parallel Method For FFT Implementation
Fan Zhang, Chen Hu, Qiang Yin, Wei Hu

TL;DR
This paper introduces a GPU-based parallel FFT method that optimizes memory usage to significantly improve processing speed over existing CPU and GPU libraries, benefiting large-scale data applications.
Contribution
A novel GPU memory optimized parallel FFT method utilizing shared and texture memory to enhance efficiency and reduce global memory access.
Findings
Over 100% speedup compared to FFTW on CPU
Over 30% speedup compared to CUFFT on GPU
Effective data storage and processing pipeline design
Abstract
FFT (fast Fourier transform) plays a very important role in many fields, such as digital signal processing, digital image processing and so on. However, in application, FFT becomes a factor of affecting the processing efficiency, especially in remote sensing, which large amounts of data need to be processed with FFT. So shortening the FFT computation time is particularly important. GPU (Graphics Processing Unit) has been used in many common areas and its acceleration effect is very obvious compared with CPU (Central Processing Unit) platform. In this paper, we present a new parallel method to execute FFT on GPU. Based on GPU storage system and hardware processing pipeline, we improve the way of data storage. We divided the data into parts reasonably according the size of data to make full use of the characteristics of the GPU. We propose the memory optimized method based on share memory…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsParallel Computing and Optimization Techniques · Digital Filter Design and Implementation · Advanced Data Compression Techniques
