Added initial set of tests for the cl_khr_semaphore extension (#1428)

* Added initial set of tests for the cl_khr_semaphore extension

* Fixes to address first round of reviews for cl_khr_semaphore tests
This commit is contained in:
Marco Cattani
2022-11-15 17:18:43 +00:00
committed by GitHub
parent fc4260bdae
commit 18dbf2f1c1
6 changed files with 1249 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ set(${MODULE_NAME}_SOURCES
test_mem_object_properties_queries.cpp
test_queue_properties_queries.cpp
test_pipe_properties_queries.cpp
test_semaphores.cpp
)
include(../CMakeCommon.txt)