General Purpose Computing on Low-Power Embedded GPUs: Has It Come of Age?
Department of Computer and Information Science, Linkopings Universitet, Sweden
Linkoping University, 2013
@article{maghazeh2013general,
title={General Purpose Computing on Low-Power Embedded GPUs: Has It Come of Age?},
author={Maghazeh, Arian and Bordoloi, Unmesh D and Eles, Petru and Peng, Zebo},
year={2013}
}
In this paper we evaluate the promise held by lowpower GPUs for non-graphic workloads that arise in embedded systems. Towards this, we map and implement 5 benchmarks, that find utility in very different application domains, to an embedded GPU. Our results show that apart from accelerated performance, embedded GPUs are promising also because of their energy efficiency which is an important design goal for battery-driven mobile devices. We show that adopting the same optimization strategies as those used for programming high-end GPUs might lead to worse performance on embedded GPUs. This is due to restricted features of embedded GPUs, such as, limited or no user-defined memory, small instruction-set, limited number of registers, among others. We propose techniques to overcome such challenges, e.g., by distributing the workload between GPUs and multi-core CPUs, similar to the spirit of heterogeneous computation.
March 20, 2013 by hgpu