Added two tests not calling event calback upon error status (#2028)

#1900 
Tested on POCL, callback is not called.
This commit is contained in:
Kamil-Goras-Mobica
2024-08-20 17:55:03 +02:00
committed by GitHub
parent 746544af80
commit 6cbe8cae35
3 changed files with 94 additions and 0 deletions

View File

@@ -116,3 +116,11 @@ extern int test_userevents_multithreaded(cl_device_id deviceID,
cl_context context,
cl_command_queue queue,
int num_elements);
extern int test_callback_on_error_simple(cl_device_id deviceID,
cl_context context,
cl_command_queue queue,
int num_elements);
extern int test_callback_on_error_enqueue_command(cl_device_id deviceID,
cl_context context,
cl_command_queue queue,
int num_elements);