Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

OpenCL Example

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 :)

About

OpenCL example (working on MacOS)

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages