This training is a presentation on OpenCL basics.
It mainly focuses on GPGPU-related concepts and on kernels.
To make the introduction easier, pyopencl is used for accessing the OpenCL API.
This presentation is written with landslide. To install landslide:
pip3 install --user landslide
Then, simply run
make
in the presentation folder.