Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 563 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 563 Bytes

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.