Automatic Fusions of CUDA-GPU Kernels for Parallel Map
Faculty of Informatics, Masaryk University
Second International workshop on highly-efficient accelerators and reconfigurable technologies (HEART), 2011
@inproceedings{fousek2011automatic,
title={Automatic Fusions of CUDA-GPU Kernels for Parallel Map},
author={Fousek, J. and Filipovic, J. and Madzin, M.},
booktitle={Second International workshop on highly-efficient accelerators and reconfigurable technologies (HEART)},
pages={42–47},
year={2011}
}
When implementing a function mapping on the contemporary GPU, several contradictory performance factors affecting distribution of computation into GPU kernels have to be balanced. A decomposition-fusion scheme suggest to decompose computational problem to be solved by several simple functions implemented as standalone kernels and some of these functions later fuse into more complex kernels to improve memory locality. In this paper, a prototype of source-to-source compiler automating the fusion phase is presented and the impact of fusions generated by the compiler as well as compiler efficiency is experimentally evaluated.
December 6, 2011 by hgpu