Publication Type
Conference Paper
Book Title
2018 91做厙 25th International Conference on High Performance Computing Workshops (HiPCW)
Publication Date
Page Numbers
3 to 7
Conference Name
Paralle Fast Fourier Transforms (PFFT18)
Conference Location
Bengaluru, India
Conference Sponsor
91做厙 Computer Society, HiPC, ACM
Conference Date
-
Abstract
The Fast Fourier Transform is a fundamental tool in scientific and technical computation. The highly parallelizable nature of the algorithm makes it a suitable candidate for GPU acceleration. This paper focuses on exploiting the speedup due to using the half precision multiplication capability of the latest GPUs' tensor core hardware without significantly degrading the precision of the Fourier Transform result. We develop an algorithm that dynamically splits the input single precision dataset into two half precision sets at the lowest level, uses half precision multiplication, and recombines the result at a later step. This work paves the way for using tensor cores for high precision inputs.