OpenCL - AshokBhat/notes GitHub Wiki

About

  • OpenCL (Open Computing Language)
  • Open standard, maintained by the Khronos Group.
  • Standard interface for parallel computing using task- and data-based parallelism
  • That execute across heterogeneous platforms - CPUs, GPUs, DSPs, FPGAs ...

See also