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

[command-buffer] Remove deleted enum used to initialize variable #1798

Merged
merged 1 commit into from
Aug 17, 2023

Conversation

EwanC
Copy link
Contributor

@EwanC EwanC commented Aug 8, 2023

The enum value CL_COMMAND_BUFFER_STATE_INVALID_KHR no longer exists:

Replace variable initialization using this enum with a value where all the bits are set, requiring the runtime to write to it in clGetCommandBufferInfoKHR for the test to pass.

The enum value `CL_COMMAND_BUFFER_STATE_INVALID_KHR` no longer exists:
* KhronosGroup/OpenCL-Headers#235
* KhronosGroup/OpenCL-Docs#885

Replace variable initialization using this enum with a value where
all the bits are set, requiring the runtime to write to it for the
test to pass.
@EwanC EwanC changed the title [command-buffer] Remove deleted enum [command-buffer] Remove deleted enum used to initialize variable Aug 8, 2023
@EwanC EwanC merged commit df53e02 into KhronosGroup:main Aug 17, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants