A Data-Parallel Extension to Ruby for GPGPU
Graduate School of Arts and Sciences, University of Tokyo, JST/CREST
Reflection, AOP and Meta-Data for Software Evolution (RAM-SE’12), 2012
@article{masuhara2012data,
title={A Data-Parallel Extension to Ruby for GPGPU},
author={Masuhara, H. and Nishiguchi, Y.},
year={2012}
}
We propose Ikra, a data-parallel extension to Ruby for general-purpose computing on graphical processing unit (GPGPU). Our approach is to provide a special array class with higher-order methods for describing computation on a GPU. With a static type inference system that identifies code fragments that shall be executed on a GPU and with a skeleton-based compiler that generates CUDA code, we aim at separating application logic and parallelization and optimizations. The paper presents the design of Ikra and an overview of its implementation along with preliminary performance evaluation.
June 1, 2012 by hgpu