Operating systems must support GPU abstractions
Microsoft Research
Proceedings of the 13th USENIX conference on Hot topics in operating systems, HotOS’13, 2011
@inproceedings{rossbach2011operating,
title={Operating Systems must support GPU abstractions},
author={Rossbach, C.J. and Currey, J. and Witchel, E.},
booktitle={Proceedings of the 13th USENIX conference on Hot topics in operating systems},
pages={32–32},
year={2011},
organization={USENIX Association}
}
This paper argues that lack of OS support for GPU abstractions fundamentally limits the usability of GPUs in many application domains. OSes offer abstractions for most common resources such as CPUs, input devices, and file systems. In contrast, OSes currently hide GPUs behind an awkward ioctl interface, shifting the burden for abstractions onto user libraries and run-times. Consequently, OSes cannot provide system-wide guarantees such as fairness and isolation for GPUs, and developers must sacrifice modularity and performance when composing systems that integrate GPUs along with other OS-managed resources. We propose new kernel abstractions to support GPUs and other accelerator devices as first class computing resources.
September 7, 2011 by hgpu