We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7c112f commit d9a852cCopy full SHA for d9a852c
1 file changed
adoc/chapters/architecture.adoc
@@ -1242,9 +1242,9 @@ the same number of work-items.
1242
Otherwise, the division of a work-group into sub-groups is
1243
implementation-defined.
1244
1245
-{note}For example, a two-dimensional work-group of size {3, 3} with a maximum
+{note}For example, a two-dimensional work-group of size {2, 3} with a maximum
1246
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}
+single sub-group of size 6.{endnote}
1248
1249
The numbering of work-items in a sub-group reflects the linear numbering of the
1250
work-items in the work-group.
0 commit comments