/opencl_intro

An introduction to parallel computing and OpenCL

Primary LanguagePython

Introduction to OpenCL

About

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.

Building the presentation

This presentation is written with landslide. To install landslide:

pip3 install --user landslide

Then, simply run

make

in the presentation folder.