Description: Aim for this deliverable is to write a simple OpenCL program.

Installed Intel INDE Starter Edition from
https://software.intel.com/en-us/intel-inde.
The Starter Edition provides tools and libraries to develop OpenCL kernels for GPU.
I wrote a simple OpenCL program, which takes an array and display the squares of its elements.(Took the sample code from the website http://simpleopencl.blogspot.com/2013/06/tutorial-simple-start-with-opencl-and-c.html and modified according to my program requirements).
The source code can be viewed here

Output Image

Output Image