KhronosGroup / OpenCL-CTS

The OpenCL Conformance Tests
Apache License 2.0
178 stars 187 forks source link

Semaphore tests should not require clGetSemaphoreHandleForTypeKHR #1989

Open bashbaug opened 2 weeks ago

bashbaug commented 2 weeks ago

The semaphore tests (for the cl_khr_semaphore extension) currently require an implementation of the function clGetSemaphoreHandleForTypeKHR, but this function is part of cl_khr_external_semaphore and is not part of cl_khr_semaphore. Therefore, an implementation of this function should not be required for the cl_khr_semaphore tests.