OpenCL code samples

Hi,

I am looking for code samples, similar to what NVidia ships with their CUDA SDK. Is there a source of such examples for OpenCL ?

Nadav

This is a nice document paralleling CUDA and OpenCL APIs:

http://developer.download.nvidia.com/Op … _Guide.pdf

Thank you for the link to the guide.

I wonder if cuFunction and hFunction are supposed to be the same variable on pages 4 and 5.