Skip to content

Commit

Permalink
Fix bullet typo in clEnqueueAcquireExternalMemObjectsKHR
Browse files Browse the repository at this point in the history
Signed-off-by: Gowtham Tammana <g.tammana@samsung.com>
  • Loading branch information
gowtham-sarc committed Aug 14, 2024
1 parent b32ac1b commit cfd4d8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/opencl_runtime_layer.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -5468,9 +5468,9 @@ Otherwise, it returns one of the following errors:
** if _command_queue_ is not a valid command-queue, or
** if device associated with _command_queue_ is not one of the devices
specified by {CL_MEM_DEVICE_HANDLE_LIST_KHR} at the time of creating
one or more of _mem_objects_, or ** if one or more of _mem_objects_
belong to a context that does not contain a device associated with
_command_queue_.
one or more of _mem_objects_, or
** if one or more of _mem_objects_ belong to a context that does not
contain a device associated with _command_queue_.
* {CL_INVALID_EVENT_WAIT_LIST}
** if _event_wait_list_ is `NULL` and _num_events_in_wait_list_ is not 0,
or
Expand Down

0 comments on commit cfd4d8f

Please sign in to comment.