mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-22 23:29:02 +00:00
Added semaphore test to cover out-of-order operations synchronized with barrier (#2068)
Fixes #1979 according to task description.
This commit is contained in:
@@ -37,6 +37,8 @@ test_definition test_list[] = {
|
||||
ADD_TEST_VERSION(semaphores_no_device_list_queries, Version(1, 2)),
|
||||
ADD_TEST_VERSION(semaphores_multi_device_context_queries, Version(1, 2)),
|
||||
ADD_TEST_VERSION(semaphores_import_export_fd, Version(1, 2)),
|
||||
ADD_TEST_VERSION(semaphores_ooo_ops_single_queue, Version(1, 2)),
|
||||
ADD_TEST_VERSION(semaphores_ooo_ops_cross_queue, Version(1, 2)),
|
||||
ADD_TEST_VERSION(semaphores_negative_create_invalid_context, Version(1, 2)),
|
||||
ADD_TEST_VERSION(semaphores_negative_create_invalid_property,
|
||||
Version(1, 2)),
|
||||
|
||||
Reference in New Issue
Block a user