You are here:
Publication details
Automatic Fusions of CUDA-GPU Kernels for Parallel Map
Authors | |
---|---|
Year of publication | 2011 |
Type | Article in Proceedings |
Conference | Second International workshop on highly-efficient accelerators and reconfigurable technologies (HEART) |
MU Faculty or unit | |
Citation | |
Web | http://www.fi.muni.cz/~xfilipov/s4-1.pdf |
Field | Informatics |
Keywords | GPU, CUDA, kernels fusion, map, mapped function |
Description | 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. |
Related projects: |