A Common GPU n-Dimensional Array for Python and C
Departement d’Informatique et de Recherche Operationnelle, Universite de Montreal, Montreal, Canada
Big Learning: Algorithms, Systems, and Tools for Learning at Scale, 2011
Currently there are multiple incompatible array/matrix/n-dimensional base object implementations for GPUs. This hinders the sharing of GPU code and causes duplicate development work. This paper proposes and presents a first version of a common GPU n-dimensional array(tensor) named GpuNdArray that works with both CUDA and OpenCL. It will be usable from python, C and possibly other languages.
December 12, 2011 by hgpu