Skip to content

Commit d852560

Browse files
committed
Use AsciiDoc subscripts instead of latexmath
1 parent d9a852c commit d852560

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

adoc/chapters/architecture.adoc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1248,10 +1248,9 @@ 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.
1251-
Specifically, if a work-item has a linear ID latexmath:[i_s] in the sub-group
1252-
and a linear ID latexmath:[i_w] in the work-group, the work-item with linear ID
1253-
latexmath:[i_s+1] in the sub-group has linear ID latexmath:[i_w+1] in the
1254-
work-group.
1251+
Specifically, if a work-item has a linear ID i~s~ in the sub-group and a linear
1252+
ID i~w~ in the work-group, the work-item with linear ID i~s~+1 in the sub-group
1253+
has linear ID i~w~+1 in the work-group.
12551254

12561255
Similarly to work-groups, the [code]#group_barrier# function can be used to
12571256
block a work-item until all work-items in the same sub-group arrive at the

0 commit comments

Comments
 (0)