Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add missing kernel enum CLK_UNORM_INT_101010_2 #327

Merged
merged 1 commit into from
Jun 24, 2020

Conversation

bashbaug
Copy link
Contributor

Fixes #292.

This change adds the kernel enum CLK_UNORM_INT_101010_2 to OpenCL C, which is returned by get_image_channel_data_type for images that were created with image channel data types CL_UNORM_INT_101010_2. It also adds the expected SPIR-V mappings for these images.

Copy link
Contributor

@alycm alycm left a comment

Choose a reason for hiding this comment

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

LGTM.

@alycm
Copy link
Contributor

alycm commented Jun 22, 2020

I didn't merge this because @AnastasiaStulova review was requested. Was that a specific request or just spreading out some review requests?

@AnastasiaStulova
Copy link
Contributor

LGTM!

@alycm alycm merged commit 785a1e1 into KhronosGroup:master Jun 24, 2020
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.

Possibly missing OpenCL C enum: CLK_UNORM_INT_101010_2
3 participants