Difference between revisions of "OpenCL"

From Chessprogramming wiki
Jump to: navigation, search
Line 6: Line 6:
  
 
=Chess Projects=
 
=Chess Projects=
 +
* [[Leela Chess Zero]]
 
* [[Oscar]], a [[Perft]] project by [[Steven Edwards]]
 
* [[Oscar]], a [[Perft]] project by [[Steven Edwards]]
 
* [[Zeta]] by [[Srdja Matovic]]
 
* [[Zeta]] by [[Srdja Matovic]]

Revision as of 22:16, 9 February 2019

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 is maintained by the nonprofit technology consortium Khronos Group, adopted by Apple, Intel, Qualcomm, AMD, Nvidia, Altera, Samsung, Vivante, Imagination Technologies and ARM [1].

Chess Projects

Publications

Forum Posts

External Links

References

Up one Level