mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-22 23:29:02 +00:00
Test that queues are flushed by clReleaseCommandQueue (#923)
... as required by the OpenCL specification. Also introduce a utility function to manage polling for changes via a user-supplied function. Several tests we introduced lately could have used this. Signed-off-by: Kévin Petit <kpet@free.fr>
This commit is contained in:
@@ -121,6 +121,10 @@ extern int test_sub_group_dispatch(cl_device_id deviceID, cl_context contex
|
||||
extern int test_clone_kernel(cl_device_id deviceID, cl_context context, cl_command_queue queue, int num_elements);
|
||||
extern int test_zero_sized_enqueue(cl_device_id deviceID, cl_context context, cl_command_queue queue, int num_elements);
|
||||
extern int test_queue_properties( cl_device_id deviceID, cl_context context, cl_command_queue queue, int num_elements );
|
||||
extern int test_queue_flush_on_release(cl_device_id deviceID,
|
||||
cl_context context,
|
||||
cl_command_queue queue,
|
||||
int num_elements);
|
||||
extern int test_buffer_properties_queries(cl_device_id deviceID,
|
||||
cl_context context,
|
||||
cl_command_queue queue,
|
||||
|
||||
Reference in New Issue
Block a user