We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
test_cl_khr_command_buffer negative_enqueue_queue_with_different_context uses CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE while it does not need it.
test_cl_khr_command_buffer negative_enqueue_queue_with_different_context
CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE
This prevents test test from running on devices not supporting CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE.
The text was updated successfully, but these errors were encountered:
fix negative_command_buffer_enqueue_with_different_context
ead4557
negative_command_buffer_enqueue_with_different_context does not need to use CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE Fix KhronosGroup#2205
Successfully merging a pull request may close this issue.
test_cl_khr_command_buffer negative_enqueue_queue_with_different_context
usesCL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE
while it does not need it.This prevents test test from running on devices not supporting
CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE
.The text was updated successfully, but these errors were encountered: