An Efficient, Model-Based CPU-GPU Heterogeneous FFT Library

Publication Year: 
2008

Abstract:

General-Purpose computing on Graphics Processing Units (GPGPU) is becoming popular in HPC because of its high peak performance. However, in spite of the poten- tial performance improvements as well as recent promis- ing results in scientific computing applications, its real per- formance is not necessarily higher than that of the current high-performance CPUs, especially with recent trends to- wards increasing the number of cores on a single die. This is because the GPU performance can be severely limited by such restrictions as memory size and bandwidth and pro- gramming using graphics-specific APIs. To overcome this problem, we propose a model-based, adaptive library for 2D FFT that automatically achieves optimal performance using available heterogeneous CPU-GPU computing re- sources. To find optimal load distribution ratios between CPUs and GPUs, we construct a performance model that captures the respective contributions of CPU vs. GPU, and predicts the total execution time of 2D-FFT for arbi- trary problem sizes and load distribution. The performance model divides the FFT computation into several small sub steps, and predicts the execution time of each step using profiling results. Preliminary evaluation with our prototype shows that the performance model can predict the execution time of problem sizes that are 16 times as large as the pro- file runs with less than 20% error, and that the predicted optimal load distribution ratios have less than 1% error. We show that the resulting performance improvement us- ing both CPUs and GPUs can be as high as 50% compared to using either a CPU core or a GPU.