Skip to content

Commit

Permalink
Add no-op note to command_barrier
Browse files Browse the repository at this point in the history
  • Loading branch information
Pennycook committed Jan 20, 2025
1 parent 32d11f5 commit 165d07e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions adoc/extensions/sycl_khr_free_function_commands.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -766,6 +766,10 @@ Any commands submitted after this barrier cannot begin execution until:
* All commands associated with this command's dependencies (e.g., via
[code]#handler::depends_on#) have completed.

{note}If a [code]#command_barrier# is submitted to an in-order queue and has no
other dependencies (e.g., specified by [code]#handler::depends_on#), then this
operation is a no-op.{endnote}

'''

.[apititle]#event_barrier#
Expand Down

0 comments on commit 165d07e

Please sign in to comment.