Extending Scala with General Purpose GPU Programming
Aalborg University, Department of Computer Science, Selma Lagerlofs Vej 300, 9220 Aalborg
Aalborg University, Dat6 report, 2011
@article{beck2011extending,
title={Extending Scala with General Purpose GPU Programming},
author={Beck, R. and Larsen, H.W. and Jensen, T. and Thomsen, B.},
year={2011}
}
In this report we document an attempt to make it easier to use powerful GPUs by extending the Scala compiler to automatically offload work to the GPU. We benchmark similar code and find that it provides between 2-3 speedup compared to the CPU alone. Finally we discuss ways to improve the extention to offload more work.
October 25, 2011 by hgpu