Skip to content

DPC++ daily 2022-06-11

Pre-release
Pre-release
Compare
Choose a tag to compare
@bb-sycl bb-sycl released this 11 Jun 16:17
· 135248 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 <john.pennycook@intel.com>