mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-21 14:59:02 +00:00
Out-of-order command-queue test cases for cl_khr_command_buffer (#1596)
* Initial commit for out-of-order test cases (#1369, p.2): https://github.com/KhronosGroup/OpenCL-CTS/issues/1369 * Added support for simultaneous test of out-of-order command buffers and queues (#1369, p.2.1): https://github.com/KhronosGroup/OpenCL-CTS/issues/1369 * Cosmetic fixes (#1369, p.2): https://github.com/KhronosGroup/OpenCL-CTS/issues/1369 * Corrected two bugs related to simultaneous test (#1369, p.2.1): https://github.com/KhronosGroup/OpenCL-CTS/issues/1369 * Added additional event to synchronize symultaneous passes, cosmetic fixes (#1369, p.2.1): https://github.com/KhronosGroup/OpenCL-CTS/issues/1369 * Cosmetic fix due to consistency concerns (#1369, p.2): https://github.com/KhronosGroup/OpenCL-CTS/issues/1369 * Fix for prev commit * Added corrections related to changed order of Skip/SetUp methods (issue #1369, 2.0 out-of-order) * Reverted formating of unrelated header * Reverted formating of unrelated header, correction * Reordered initialization of attributes.
This commit is contained in:
committed by
paulfradgley
parent
b46d0af7a9
commit
0fd00e02ee
@@ -31,6 +31,10 @@ extern int test_user_events(cl_device_id device, cl_context context,
|
||||
cl_command_queue queue, int num_elements);
|
||||
extern int test_out_of_order(cl_device_id device, cl_context context,
|
||||
cl_command_queue queue, int num_elements);
|
||||
extern int test_simultaneous_out_of_order(cl_device_id device,
|
||||
cl_context context,
|
||||
cl_command_queue queue,
|
||||
int num_elements);
|
||||
extern int test_basic_profiling(cl_device_id device, cl_context context,
|
||||
cl_command_queue queue, int num_elements);
|
||||
extern int test_simultaneous_profiling(cl_device_id device, cl_context context,
|
||||
|
||||
Reference in New Issue
Block a user