Description
In this talk we will provide an introduction to pyOpenCL, python interface to the Open Computing Language. OpenCL is a framework to execute parallel programs across heterogeneous platforms consisting of of both CPUs and GPUs. OpenCL programs consists of kernels which are distributed and executed in parallel over processing units.