5890

Firepile: Run-time Compilation for GPUs in Scala

Nathaniel Nystrom, Derek White, Kishen Das
Faculty of Informatics, University of Lugano, Via Giuseppe Buffi 13, 6904 Lugano, Switzerland
Generative Programming and Component Engineering (GPCE ’11), 2011

@article{nystrom2011firepile,

   title={Firepile: Run-time Compilation for GPUs in Scala},

   author={Nystrom, N. and White, D. and Das, K.},

   booktitle={Generative Programming and Component Engineering (GPCE ’11)},

   year={2011}

}

Download Download (PDF)   View View   Source Source   Source codes Source codes

Package:

1797

views

Recent advances have enabled GPUs to be used as general-purpose parallel processors on commodity hardware for little cost. However, the ability to program these devices has not kept up with their performance. The programming model for GPUs has a number of restrictions that make it dif?cult to program. For example, software running on the GPU cannot perform dynamic memory allocation, requiring the programmer to pre-allocate all memory the GPU might use. To achieve good performance, GPU programmers must also be aware of how data is moved between host and GPU memory and between the different levels of the GPU memory hierarchy. We describe Firepile, a library for GPU programming in Scala. The library enables a subset of Scala to be executed on the GPU. Code trees can be created from run-time function values, which can then be analyzed and transformed to generate GPU code. A key property of this mechanism is that it is modular: unlike with other meta-programming constructs, the use of code trees need not be exposed in the library interface. Code trees are general and can be used by library writers in other application domains. Our experiments show Firepile users can achieve performance comparable to C code targeted to the GPU with shorter, simpler, and easier-tounderstand code.
No votes yet.
Please wait...

* * *

* * *

HGPU group © 2010-2024 hgpu.org

All rights belong to the respective authors

Contact us: