OpenCL

From Chessprogramming wiki
Revision as of 14:11, 16 February 2019 by Smatovic (talk | contribs) (added OpenCL C 2.0 and 2.1 features, added link to Apple with deprecated OpenCL support)
Jump to: navigation, search

Home * Programming * Languages * OpenCL

OpenCL, (Open Computing Language)
an open standard for cross-platform, task-based as well as data-based parallel programming of CPUs, GPUs, FPGAs, DSPs, including the C99 based programming language OpenCL C. OpenCL C forbids recursion, and omits function pointers, bit fields and variable-length arrays, but has fixed-length vector types, supporting SIMD instructions if available on the target platforms. OpenCL C 2.0 adds features like nested parallelism and shared virtual memory, 2.1 extends to a subset of C++14. OpenCL is maintained by the nonprofit technology consortium Khronos Group, adopted by Apple[1], Intel, Qualcomm, AMD, Nvidia, Altera, Samsung, Vivante, Imagination Technologies and ARM [2].

Chess Projects

Publications

Forum Posts

External Links

References

Up one Level