Document Revision History

This table describes the changes to OpenCL Hello World Example.

DateNotes
2011-03-01

OpenCL kernel was missing void return qualifier

2009-12-07

Resolved 64-bit build issue by passing sizeof(size_t) instead of sizeof(int) to clGetKernelWorkGroupInfo.

2009-05-13

Updated to new API.

2018-06-07

OpenCL Hello World Example