Prasun Anand presented on using Ruby for high performance GPU computing. He discussed SciRuby's efforts to push Ruby for scientific computing and popular Ruby gems like NMatrix. He explained CUDA and OpenCL for parallel computing on GPUs and demonstrated ArrayFire's Af_Array for storing arrays on the GPU. He also covered BLAS, LAPACK, statistics, random number generation, and benchmarks comparing GPU performance to CPU. Finally, he discussed RbCUDA for running custom kernels, GPU arrays, and interfaces to CuBLAS, CuSolver and CuRand.