# OpenCL array add. Taken from [here](http://www.heterogeneouscompute.org/wordpress/wp-content/uploads/2011/06/Chapter2.txt). ## Description This is an example on how to implement an array add with OpenCL. ## 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](https://www.freedesktop.org/wiki/Software/Beignet/) open source library. ## License unknown