Commit def9281
authored
Remove redundant error condition in cl_khr_external_semaphore (#903)
cl_khr_semaphore has the following condition:
* {CL_INVALID_COMMAND_QUEUE} if the device associated with _command_queue_
is not same as one of the devices specified by {CL_DEVICE_HANDLE_LIST_KHR}
at the time of creating one or more of _sema_objects_
cl_khr_external_semaphore has the following condition:
* {CL_INVALID_DEVICE} if one or more devices identified by properties
{CL_DEVICE_HANDLE_LIST_KHR} can not import the requested external
semaphore handle type.
Signed-off-by: Kevin Petit <kevin.petit@arm.com>1 parent 5444dc9 commit def9281
1 file changed
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
238 | | - | |
239 | | - | |
240 | | - | |
241 | | - | |
242 | 238 | | |
243 | 239 | | |
244 | 240 | | |
| |||
0 commit comments