1889

Bandwidth intensive 3-D FFT kernel for GPUs using CUDA

Akira Nukada, Yasuhiko Ogata, Toshio Endo, Satoshi Matsuoka
Tokyo Institute of Technology, Tokyo, Japan and Japan Science and Technology Agency, Kawaguchi, Saitama, Japan
In SC ’08: Proceedings of the 2008 ACM/IEEE conference on Supercomputing (2008), pp. 1-11

@conference{nukada2009bandwidth,

   title={Bandwidth intensive 3-D FFT kernel for GPUs using CUDA},

   author={Nukada, A. and Ogata, Y. and Endo, T. and Matsuoka, S.},

   booktitle={High Performance Computing, Networking, Storage and Analysis, 2008. SC 2008. International Conference for},

   pages={1–11},

   year={2009},

   organization={IEEE}

}

Source Source   

1631

views

Most GPU performance “hypes” have focused around tightly-coupled applications with small memory bandwidth requirements e.g., N-body, but GPUs are also commodity vector machines sporting substantial memory bandwidth; however, effective programming methodologies thereof have been poorly studied. Our new 3-D FFT kernel, written in NVIDIA CUDA, achieves nearly 80 GFLOPS on a top-end GPU, being more than three times faster than any existing FFT implementations on GPUs including CUFFT. Careful programming techniques are employed to fully exploit modern GPU hardware characteristics while overcoming their limitations, including on-chip shared memory utilization, optimizing the number of threads and registers through appropriate localization, and avoiding low-speed stride memory accesses. Our kernel applied to real applications achieves orders of magnitude boost in power&cost vs. performance metrics. The off-card bandwidth limitation is still an issue, which could be alleviated somewhat with application kernels confinement within the card, while ideal solution being facilitation of faster GPU interfaces.
No votes yet.
Please wait...

* * *

* * *

HGPU group © 2010-2024 hgpu.org

All rights belong to the respective authors

Contact us: