Test CL_COMMAND_BUFFER_CONTEXT_KHR (#1697)

Test coverage for spec PR https://github.com/KhronosGroup/OpenCL-Docs/pull/899
which introduces a new cl_khr_command_buffer query for the cl_context
This commit is contained in:
Ewan Crawford
2023-06-28 08:13:15 +01:00
committed by GitHub
parent 56974a5858
commit 75aca34e60
3 changed files with 57 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ test_definition test_list[] = {
ADD_TEST(info_ref_count),
ADD_TEST(info_state),
ADD_TEST(info_prop_array),
ADD_TEST(info_context),
ADD_TEST(basic_profiling),
ADD_TEST(simultaneous_profiling),
ADD_TEST(regular_wait_for_command_buffer),