Exploring Microcontrollers in GPUs
Ritsumeikan University
4th Asia-Pacific Workshop on Systems (APSys’13), 2013
@article{fujii2013exploring,
title={Exploring Microcontrollers in GPUs},
author={Fujii, Yusuke and Azumi, Takuya and Nishio, Nobuhiko and Kato, Shinpei},
year={2013}
}
Recent graphics processing units (GPUs) integrate wimpy microcontrollers on a chip. They are often used to execute firmware code configuring the functional units of GPUs. This paper opens up the programming of these microcontrollers and explores how to utilize them for GPU resource management. Our prototype system provides a compiler suite for NVIDIA’s GPU microcontrollers with its basis on the Low Level Virtual Machine (LLVM) infrastructure. As a proof of concept, we develop fully-functional firmware using our compiler and provide a basic performance evaluation. The experimental results demonstrate that the overhead of introducing our firmware is suppressed to within 2.3%, as compared to the native proprietary firmware, while the impact of overhead is no greater than 0.01% of the total execution time according to microbenchmarks.
August 7, 2013 by hgpu