Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bullet typo in clEnqueueAcquireExternalMemObjectsKHR #1224

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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