Document Revision History

This table describes the changes to OpenCL Parallel Prefix Sum (aka Scan) Example.

DateNotes
2017-09-19

Fix path issue that prevented loading the input code.

2009-09-23

Bug fixes and tracking api changes.

2009-09-11

Updated the sample code to get the kernel work group info by calling clGetKernelWorkGroupInfo to figure out what size should be used to execute the kernel, rather than using a hard coded value.

2009-05-13

Updated to new API. Fixed a bug.

2009-02-13

OpenCL Parallel Prefix Sum (aka Scan) Example