Ahmed Hesham
Ahmed Hesham
Implement negative tests for the following functions: - clCreateCommandQueueWithProperties - clCreateCommandQueue - clSetDefaultDeviceCommandQueue - clRetainCommandQueue - clReleaseCommandQueue - clGetCommandQueueInfo - clSetCommandQueueProperties
This covers: * cl_ext_cxx_for_opencl * cl_khr_command_buffer * cl_khr_command_buffer/cl_khr_command_buffer_mutable_dispatch * cl_khr_dx9_media_sharing * cl_khr_external_semaphore * cl_khr_kernel_clock * cl_khr_semaphore Contributes to #2181.
Add lifetime test for AHardwareBuffer in which for both CL Buffers and CL Images the following steps are taken - Create AHB - Create mem object from the AHB -...
This is a proposal to improve how we check for CL extensions. The goal is to centralise how we check for extensions and the extension version. The change ensures that,...