Name Last Update
.gitignore Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
createclbin.c Loading commit data...
part1.c Loading commit data...
part2.c Loading commit data...
part3.c Loading commit data...
part4.c Loading commit data...
part4.cl Loading commit data...
part5.c Loading commit data...
part6.c Loading commit data...
part6bin.c Loading commit data...
part8.c Loading commit data...
part8.cl Loading commit data...

OpenCL cookbook code

These are some code examples from the OpenCL cookbook tutorial series.

Description

Basically I just took the examples from that tutorial and put them into a repo.

Requirements

Some OpenCL capable hardware and the according OpenCL library exposing the OpenCL API. I tested this on an Intel GPU (Intel Corporation Haswell-ULT Integrated Graphics Controller (rev 09)) with the beignet open source library.

License

As far as I can say the code is free of any license. It's purpose is just to demonstrate OpenCL.

Author

Dhruba Bandopadhyay