pierrepaleo / opencl_intro

An introduction to parallel computing and OpenCL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

An introduction to parallel computing and OpenCL


Languages

Language:Python 70.6%Language:C 27.9%Language:Makefile 1.5%