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

@@ -41,6 +41,8 @@ extern int test_info_state(cl_device_id device, cl_context context,
cl_command_queue queue, int num_elements);
extern int test_info_prop_array(cl_device_id device, cl_context context,
cl_command_queue queue, int num_elements);
extern int test_info_context(cl_device_id device, cl_context context,
cl_command_queue queue, int num_elements);
extern int test_basic_set_kernel_arg(cl_device_id device, cl_context context,
cl_command_queue queue, int num_elements);
extern int test_pending_set_kernel_arg(cl_device_id device, cl_context context,