Just a very simple example project, that compiles and runs a working OpenCL program.
The program initialises an input array and an output array, of floats, and creates an OpenCL program, with contexts and all that wierd stuff... then runs the program.
You can test the program like this:
cd /path/to/opencl_example
clang -framework OpenCL opencl.cpp
a.out
Software is public domain. Originally copied from this video: https://www.youtube.com/watch?v=-suXTGPuDS8 by "Circuit Chronicles".
Hopefully, this software will be used within Speedie, at some point. To accelerate graphics :)