Skip to content

Commit

Permalink
Fix bullet typo in clEnqueueAcquireExternalMemObjectsKHR (KhronosGrou…
Browse files Browse the repository at this point in the history
…p#1224)

Signed-off-by: Gowtham Tammana <g.tammana@samsung.com>
  • Loading branch information
gowtham-sarc authored Aug 27, 2024
1 parent 0fd1944 commit 3ab28f8
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 3ab28f8

Please sign in to comment.