Skip to content

Commit

Permalink
Weaken note about no-op from "is" to "may be"
Browse files Browse the repository at this point in the history
  • Loading branch information
Pennycook committed Jan 20, 2025
1 parent 165d07e commit be56bb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions adoc/extensions/sycl_khr_free_function_commands.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ Any commands submitted after this barrier cannot begin execution until:

{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}
operation may be a no-op.{endnote}

'''

Expand All @@ -792,6 +792,6 @@ Any commands submitted after this barrier cannot begin execution until:

{note}For both overloads, if [code]#events# is empty and an event barrier has no
other dependencies (e.g., specified by [code]#handler::depends_on#), then this
operation is a no-op.{endnote}
operation may be a no-op.{endnote}

'''

0 comments on commit be56bb7

Please sign in to comment.