Skip to content

Commit 67494aa

Browse files
authored
[SYCL][Doc] "sub_group_mask" implementation note (#21542)
Clarify implementation intent for `sub_group_mask`. Closes #21457
1 parent 06c2553 commit 67494aa

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

sycl/doc/extensions/supported/sycl_ext_oneapi_sub_group_mask.asciidoc

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -361,12 +361,9 @@ sub_group_mask operator ^(const sub_group_mask& lhs, const sub_group_mask& rhs);
361361
} // namespace sycl
362362
----
363363

364-
== Issues
365364

366-
None.
365+
== Implementation notes
367366

368-
//. asd
369-
//+
370-
//--
371-
//*RESOLUTION*: Not resolved.
372-
//--
367+
Implementations are responsible for defining `sub_group_mask::max_bits` to a
368+
value that is large enough to represent the widest possible sub-group of any
369+
device that the implementation supports.

0 commit comments

Comments
 (0)