hi gang,
This week we have a practice talk for the upcoming NIPS conference. Arnaud will give us his best pitch. Come with questions, comments and critiques.
When: Firday Dec. 2nd, 14h00 Where: AA1360
Speaker: Arnaud Bergeron A Common GPU n-Dimensional Array for Python and C
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 programming languages.
Cheers, Aaron