mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-25 16:29:03 +00:00
Move semaphore tests from api to extensions (#1646)
* Move semaphore tests from api to extensions Moved cl_khr_semaphore tests from core api tests to a separate extension test as suggested in https://github.com/KhronosGroup/OpenCL-CTS/issues/1588 . Signed-off-by: Paweł Jastrzębski <p.k.jastrzebski@gmail.com> * Fix clang-format Signed-off-by: Paweł Jastrzębski <p.k.jastrzebski@gmail.com> * Remove unneeded comment. Signed-off-by: Paweł Jastrzębski <p.k.jastrzebski@gmail.com> --------- Signed-off-by: Paweł Jastrzębski <p.k.jastrzebski@gmail.com>
This commit is contained in:
committed by
paulfradgley
parent
1b27089209
commit
80589acfb1
@@ -1,3 +1,4 @@
|
||||
add_subdirectory( cl_ext_cxx_for_opencl )
|
||||
add_subdirectory( cl_khr_command_buffer )
|
||||
add_subdirectory( cl_khr_dx9_media_sharing )
|
||||
add_subdirectory( cl_khr_semaphore )
|
||||
|
||||
Reference in New Issue
Block a user