A Fine Grained Cycle Sharing System with Cooperative Multitasking on GPUs
Graduate School of Information Science and Technology, Osaka University, 1-5 Yamadaoka, Suita, Osaka 565-0871, Japan
International Journal of Networking and Computing, Volume 4, Number 2, pages 236-250, 2014
@article{ino2014fine,
title={A Fine Grained Cycle Sharing System with Cooperative Multitasking on GPUs},
author={Ino, Fumihiko and Oka, Yosuke and Hagihara, Kenichi},
journal={International Journal of Networking and Computing},
volume={4},
number={2},
pages={236–250},
year={2014}
}
The emergence of compute unified device architecture (CUDA), which has relieved application developers from having to understand complex graphics pipelines, has made the graphics processing unit (GPU) useful not only for graphics applications but also for general applications. In this paper, we present a cycle sharing system named GPU grid, which exploits idle GPU cycles to accelerate scientific applications. Our cycle sharing system implements a cooperative multitasking technique, which is useful for remotely executing a guest application on a donated host machine without causing a significant slowdown on the host. In addition, our system estimates whether a GPU is busy, partially idle, or fully idle, to accordingly maximize guest application throughput. Experimental results show that our system not only avoids frame rate degradation but also achieves a 91% higher guest application throughput in comparison to a previous system that estimates GPU load by monitoring mouse and keyboard activities.
July 14, 2014 by hgpu