Skip to content

Commit d317e7b

Browse files
committed
Define how coordination scope works precisely
1 parent c42ae01 commit d317e7b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sycl/doc/extensions/proposed/sycl_ext_oneapi_forward_progress.asciidoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,10 @@ scope_. This extension defines the following coordination scopes:
200200
- Each individual work-item thread of execution is the sole member of its own
201201
work-item scope.
202202

203+
The forward progress guarantee of a thread of execution at scope `S`, relative
204+
to coordination scope `C`, is the weakest of the forward progress guarantees
205+
provided by threads of execution at all scopes between `S` and `C` inclusive.
206+
203207
[NOTE]
204208
====
205209
Qualifying a thread of execution's forward progress guarantees with a coordination

0 commit comments

Comments
 (0)