From be56bb77ae628ffafbcbd783c251b32aef51e70e Mon Sep 17 00:00:00 2001 From: John Pennycook Date: Mon, 20 Jan 2025 10:38:25 +0000 Subject: [PATCH] Weaken note about no-op from "is" to "may be" --- adoc/extensions/sycl_khr_free_function_commands.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/adoc/extensions/sycl_khr_free_function_commands.adoc b/adoc/extensions/sycl_khr_free_function_commands.adoc index b76e93fb..c98d1102 100644 --- a/adoc/extensions/sycl_khr_free_function_commands.adoc +++ b/adoc/extensions/sycl_khr_free_function_commands.adoc @@ -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} ''' @@ -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} '''