OpenCL-CTS
OpenCL-CTS copied to clipboard
A few missing cl_khr_semaphore tests
- [ ]
CL_DEVICE_HANDLE_LIST_KHR
as a query usingclGetSemaphoreInfoKHR
- [ ]
CL_DEVICE_HANDLE_LIST_KHR
as a property passed toclCreateSemaphoreWithPropertiesKHR
- [ ] Negative tests for the API error codes of
- [ ]
clCreateSemaphoreWithPropertiesKHR
- [ ]
clEnqueueWaitSemaphoresKHR
- [ ]
clEnqueueSignalSemaphoresKHR
- [ ]
clGetSemaphoreInfoKHR
- [ ]
clReleaseSemaphoreKHR
- [ ]
clRetainSemaphoreKHR
- [ ]
Note that CL_DEVICE_HANDLE_LIST_KHR
may be renamed depending on what https://github.com/KhronosGroup/OpenCL-Docs/issues/864 concludes.
- [ ]
CL_DEVICE_HANDLE_LIST_KHR
as a query usingclGetSemaphoreInfoKHR
test_external_semaphores_queries has a test for CL_SEMAPHORE_DEVICE_HANDLE_LIST
- [ ]
CL_DEVICE_HANDLE_LIST_KHR
as a property passed toclCreateSemaphoreWithPropertiesKHR
opencl_vulkan_wrapper.cpp uses this, but not as independent test
[ ] Negative tests for the API error codes of
- [ ]
clCreateSemaphoreWithPropertiesKHR
- [ ]
clEnqueueWaitSemaphoresKHR
- [ ]
clEnqueueSignalSemaphoresKHR
- [ ]
clGetSemaphoreInfoKHR
- [ ]
clReleaseSemaphoreKHR
- [ ]
clRetainSemaphoreKHR
test_vulkan_api_consistency.cpp tests some negative conditions. It may not be comprehensive.
Note that
CL_DEVICE_HANDLE_LIST_KHR
may be renamed depending on what KhronosGroup/OpenCL-Docs#864 concludes.
Have filed https://github.com/KhronosGroup/OpenCL-CTS/issues/1875 for CL_DEVICE_HANDLE_LIST_KHR coverage.