Skip to content

Commit

Permalink
Update adoc/extensions/sycl_khr_queue_empty_query.adoc
Browse files Browse the repository at this point in the history
Co-authored-by: John Pennycook <[email protected]>
  • Loading branch information
TApplencourt and Pennycook authored Feb 5, 2025
1 parent 9a36237 commit 6d1c673
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions adoc/extensions/sycl_khr_queue_empty_query.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ which provides information about the emptiness of the queue.
bool khr_empty() const
----

_Synchronization_: When this function returns [code]#true#, equivalent to [code]#queue::wait()#.

_Returns:_ [code]#true# if all <<command,commands>> enqueued on this queue have
completed, [code]#false# otherwise.

Expand Down

0 comments on commit 6d1c673

Please sign in to comment.