KhronosGroup / OpenCL-Registry

OpenCL API and Extension Registry.
112 stars 42 forks source link

Rename cl_intel_thread_local_exec to cl_intel_exec_by_local_thread #110

Closed fzou1 closed 2 years ago

fzou1 commented 2 years ago

cl_intel_exec_by_local_thread is the correct extension name.

fzou1 commented 2 years ago

@bashbaug , Thank you for the reminder. Updated.

bashbaug commented 2 years ago

It looks like there are a couple of other places that have the old name of the extension too (not in this repo):

In the headers: https://github.com/KhronosGroup/OpenCL-Headers/blob/master/CL/cl_ext.h#L1301

In the XML file: https://github.com/KhronosGroup/OpenCL-Docs/blob/master/xml/cl.xml#L5563

It'd be great to get these fixed too - thanks!

fzou1 commented 2 years ago

It looks like there are a couple of other places that have the old name of the extension too (not in this repo):

In the headers: https://github.com/KhronosGroup/OpenCL-Headers/blob/master/CL/cl_ext.h#L1301

In the XML file: https://github.com/KhronosGroup/OpenCL-Docs/blob/master/xml/cl.xml#L5563

It'd be great to get these fixed too - thanks!

Created PRs: https://github.com/KhronosGroup/OpenCL-Headers/pull/183 https://github.com/KhronosGroup/OpenCL-Docs/pull/716