OpenCL

From Lazarus wiki
Revision as of 11:12, 4 June 2009 by Skalogryz (talk | contribs)
Jump to navigationJump to search

OpenCL (Open Computing Language) is a framework for writing programs that execute across heterogeneous platforms consisting of CPUs, GPUs, and other processors. OpenCL includes a language (based on C99) for writing kernels (functions that execute on OpenCL devices), plus APIs that are used to define and then control the heterogeneous platform. OpenCL provides parallel programming using both task-based and data-based parallelism.

Official site

Wikipedia OpenCL


OpenCL headers can be downloaded from here

4th Jun 2009 Since there's no public library available, OpenCL headers cannot be included to FreePascal package as untested.