This repository contains examples and experiments using the cf4ocl library for OpenCL.
| Example | Specific dependencies | Description |
|---|---|---|
| matmult | OpenMP, GLib | Comparison of matrix multiplication with OpenCL and OpenMP |
| bankconf | GLib | Example of GPU bank conflicts |
| ca_mt | GLib | Game of Life, multithreaded |
| prng | pthread | Massive pseudo-random number generator, multithreaded |
- CMake
- A C99 compiler
These examples are licensed under GPLv3.