Examples from the OpenCL cookbook written by Dhruba Bandopadhyay.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Georg Hopp 62adb687b1 Latest changes and polishments... 10 years ago
.gitignore Latest changes and polishments... 10 years ago
Makefile Latest changes and polishments... 10 years ago
README.md Latest changes and polishments... 10 years ago
createclbin.c Latest changes and polishments... 10 years ago
part1.c checkin of the relevant examples of the OpenCL cookbook 11 years ago
part2.c checkin of the relevant examples of the OpenCL cookbook 11 years ago
part3.c checkin of the relevant examples of the OpenCL cookbook 11 years ago
part4.c checkin of the relevant examples of the OpenCL cookbook 11 years ago
part4.cl checkin of the relevant examples of the OpenCL cookbook 11 years ago
part5.c checkin of the relevant examples of the OpenCL cookbook 11 years ago
part6.c checkin of the relevant examples of the OpenCL cookbook 11 years ago
part6bin.c Latest changes and polishments... 10 years ago
part8.c checkin of the relevant examples of the OpenCL cookbook 11 years ago
part8.cl checkin of the relevant examples of the OpenCL cookbook 11 years ago

README.md

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