Skip to content

Commit

Permalink
Adopt weaker wording for non-normative note
Browse files Browse the repository at this point in the history
  • Loading branch information
Pennycook committed Dec 16, 2024
1 parent 53cdd5e commit 8cb2421
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions adoc/extensions/sycl_khr_work_item_queries.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ device.

{note} Passing such instances as arguments can result in a clearer interface
that is less error-prone to use.
For example, if a function accepts a [code]#sycl::group#, the caller must assume
that function may call a [code]#sycl::group_barrier# and ensure that associated
control flow requirements are satisfied.
For example, when a function takes an argument of type [code]#sycl::group#, it
is an indication that the function may synchronize all work-items in that group
by calling [code]#sycl::group_barrier#.
It is recommended that this extension is used only when modifying existing
interfaces is not feasible.
{endnote}
Expand Down

0 comments on commit 8cb2421

Please sign in to comment.