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

Possibly missing OpenCL C enum: CLK_UNORM_INT_101010_2 #292

Closed
bashbaug opened this issue May 19, 2020 · 0 comments · Fixed by #327
Closed

Possibly missing OpenCL C enum: CLK_UNORM_INT_101010_2 #292

bashbaug opened this issue May 19, 2020 · 0 comments · Fixed by #327
Assignees
Labels
needs-cts-coverage The CTS needs to be extended OpenCL C Spec Issues related to the OpenCL C Language specification.

Comments

@bashbaug
Copy link
Contributor

OpenCL 2.1 added the image channel order CL_UNORM_INT_101010_2, but because we never updated the OpenCL C spec for OpenCL 2.1 we never added the corresponding kernel enum CLK_UNORM_INT_101010_2. I think we either need to add this enum to OpenCL C 3.0, or we need to define what other enum should be returned by get_image_channel_order() for a CL_UNORM_INT_101010_2 image.

This is partially described by #183, but the enum isn't described specifically.

@bashbaug bashbaug added the OpenCL C Spec Issues related to the OpenCL C Language specification. label May 19, 2020
@kpet kpet added the needs-cts-coverage The CTS needs to be extended label May 19, 2020
@bashbaug bashbaug self-assigned this Jun 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-cts-coverage The CTS needs to be extended OpenCL C Spec Issues related to the OpenCL C Language specification.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants