Skip to content

DPC++ daily 2022-06-12

Pre-release
Pre-release
Compare
Choose a tag to compare
@bb-sycl bb-sycl released this 12 Jun 16:18
· 138772 commits to sycl since this release
b59cd43
[SYCL][Doc] Initial draft of root-group proposal (#6163)

Introduces a new group type (root_group) representing all work-items
executing a kernel, along with an associated kernel property that
enables all work-items within a root_group to synchronize.

Signed-off-by: John Pennycook <[email protected]>