Showing posts with label OPENCL. Show all posts
Showing posts with label OPENCL. Show all posts

Thursday, 9 March 2017

OpenCL Program for Vector / Array Addition

          To learn Parallel Computing with OpenCL, you should start with example of Array Addition as it illustrates the proper use of multi-threading paradigm.
           In this post, we will see OpenCL program for Array / Vector Addition.