opencl sample codes

kindly let me know where i can get open cl codes that can be run on intel cpu

If you Google for “Intel OpenCL SDK” it’ll be the first link. Download and install (sorry Windows only at this time) and within are several source code samples. They’re not particularly that different from other vendor SDK samples, except with GPU changed to CPU. So if you take take other SDK samples and switch them to CPU instead of GPU they’ll work, but may require very different optimization techniques.

For your convenience here are several links:
http://software.intel.com/en-us/article … pencl-sdk/
http://developer.amd.com/gpu/AMDAPPSDK/ … fault.aspx
http://developer.nvidia.com/object/cuda … loads.html
http://www.alphaworks.ibm.com/tech/opencl/download

Also, AMD’s OpenCL implementation works just fine on Intel CPUs as well.

http://developer.amd.com/zones/OpenCLZone/pages/GettingStarted.aspx