Skip to content

Commit d9a852c

Browse files
committed
Avoid duplicate numbers in sub-group size example
1 parent d7c112f commit d9a852c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

adoc/chapters/architecture.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1242,9 +1242,9 @@ the same number of work-items.
12421242
Otherwise, the division of a work-group into sub-groups is
12431243
implementation-defined.
12441244

1245-
{note}For example, a two-dimensional work-group of size {3, 3} with a maximum
1245+
{note}For example, a two-dimensional work-group of size {2, 3} with a maximum
12461246
sub-group size of 16 may be split into two sub-groups of size 3, or treated as a
1247-
single sub-group of size 9.{endnote}
1247+
single sub-group of size 6.{endnote}
12481248

12491249
The numbering of work-items in a sub-group reflects the linear numbering of the
12501250
work-items in the work-group.

0 commit comments

Comments
 (0)