Skip to content

Fix missing underscore in cl_kernel_workgroup_info in XML#1578

Open
Exanite wants to merge 1 commit into
KhronosGroup:mainfrom
Exanite:fix/cl_kernel_workgroup_info-missing-underscore
Open

Fix missing underscore in cl_kernel_workgroup_info in XML#1578
Exanite wants to merge 1 commit into
KhronosGroup:mainfrom
Exanite:fix/cl_kernel_workgroup_info-missing-underscore

Conversation

@Exanite

@Exanite Exanite commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

This PR fixes #1577.


(Copied from #1577)

Hello, I'm working on OpenCL bindings for C# as part of the Silk.NET project.

I'm wondering if cl_kernel_workgroup_info here is supposed to be cl_kernel_work_group_info instead.

OpenCL-Docs/xml/cl.xml

Lines 8136 to 8140 in 1f2a44a

</require>
<require comment="cl_kernel_workgroup_info">
<enum name="CL_KERNEL_ALLOCATIONS_INFO_INTEL"/>
</require>
</extension>

Unfortunately, I'm not particularly knowledgeable on OpenCL, but my reasoning is that cl_kernel_work_group_info is an existing type while cl_kernel_workgroup_info is not.


If this isn't an issue, please feel free to close this PR and linked issue.

@CLAassistant

CLAassistant commented Jun 24, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@kpet kpet requested a review from bashbaug June 24, 2026 09:05

@kpet kpet left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks correct to me. I've added a reviewer from Intel since this touches an Intel extension.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Typo in cl_kernel_workgroup_info in XML spec?

3 participants