You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test tried to pass a command queue from a different device of a different platform to test invalid command queue scenario.
Not sure if this was discussed somewhere already, but that brings up a question on what is the scope of invalid pointers the implementations are expected to detect the validity of the command-queue (may be applicable to other scenarios for other OpenCL objects too) in order to return the expected error.
The text was updated successfully, but these errors were encountered:
The spec says https://registry.khronos.org/OpenCL/specs/3.0-unified/html/OpenCL_API.html#cl_khr_external_semaphore
clEnqueueWaitSemaphoresKHR returns one of the following errors:
There was a test added (seems like it is not there after recent changes). But, see line number 75 through 114 for test WaitInvalidCommandQueue here
KhronosGroup/OpenCL-CTS@340b7c9#diff-9db37a7bea13efb24c41e17c056e5b880f171f6cc4b140b76bdd449de26bb495R114
The test tried to pass a command queue from a different device of a different platform to test invalid command queue scenario.
Not sure if this was discussed somewhere already, but that brings up a question on what is the scope of invalid pointers the implementations are expected to detect the validity of the command-queue (may be applicable to other scenarios for other OpenCL objects too) in order to return the expected error.
The text was updated successfully, but these errors were encountered: