mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-26 00:39:03 +00:00
Added two tests not calling event calback upon error status (#2028)
#1900 Tested on POCL, callback is not called.
This commit is contained in:
committed by
GitHub
parent
746544af80
commit
6cbe8cae35
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user