mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
Release event in host_enqueue_order test.
Signed-off-by: Anastasia Stulova <anastasia.stulova@arm.com>
This commit is contained in:
committed by
Kévin Petit
parent
0d96c198ee
commit
e6d15a2bfc
@@ -178,6 +178,9 @@ int test_host_queue_order(cl_device_id device, cl_context context, cl_command_qu
|
||||
|
||||
if((k = check_kernel_results(result, num)) >= 0 && check_error(-1, "'%s' results validation failed: [%d] returned %d expected 0", "test_host_queue_order", k, result[k])) res = -1;
|
||||
|
||||
clReleaseEvent(kernel_event);
|
||||
clReleaseEvent(event1);
|
||||
|
||||
return res;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user