KhronosGroup / OpenCL-Headers

Khronos OpenCL-Headers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrectly Versioned Enums

bashbaug opened this issue · comments

These enums are unguarded but were not added until OpenCL 1.1:

  • CL_KERNEL_PREFERRED_WORK_GROUP_SIZE_MULTIPLE
  • CL_KERNEL_PRIVATE_MEM_SIZE

The XML file needs to be updated, also.