Skip to content

OpenCL 2.0 features

Hüseyin Tuğrul BÜYÜKIŞIK edited this page Jul 2, 2017 · 2 revisions

With v1.4.1+, OpenCL 2.0 is supported with limited features.

Tested features are:

  • Work group reduce functions.
  • Dynamic parallelism. Parent kernel spawns child kernels. Default queue is handled automatically if kernel string contains enqueue_kernel() function.