joshqti

Results 5 comments of joshqti

Responded to review comments, and moved acquire/release to precede/follow the clEnqueueNDRangeKernel command that uses the relevant mem-objects.

> * [ ] `CL_DEVICE_HANDLE_LIST_KHR` as a query using `clGetSemaphoreInfoKHR` test_external_semaphores_queries has a test for CL_SEMAPHORE_DEVICE_HANDLE_LIST > * [ ] `CL_DEVICE_HANDLE_LIST_KHR` as a property passed to `clCreateSemaphoreWithPropertiesKHR` opencl_vulkan_wrapper.cpp uses this,...

#1887 is a good start, but is not sufficient to fully close the testing gap for 2D image arrays. We need functional testing where data is read/written to image arrays...

I do not think this change alone is sufficient to fix 1834. We are missing 2d arrays, and this test only covers creation of images. We need some testing that...

I'm ok with merging this