This repository contains my notes, code snippets and example programs about OpenCL programming. I started the repository while watching the OpenCL Programming course by Maheen Rasheed at Coursera. Rather than a carbon copy of the code shown during the course, I created my own programs in order to understand how OpenCL works by isolating its functionalities into digestable pieces.
The OpenCL Info program uses and documents OpenCL's API to fetch information about available platforms and devices.
The OpenCL Matmul program uses and documents OpenCL's API to multiply matrices in a compatible device.
You can basically do whatever you want with this repository.
See LICENSE.md for more details.