Skip to content

Commit dc92d73

Browse files
committed
Add sycl_khr_group_interface extension
This extension introduces an alternative interface for groups of work-items, offering several improvements over the SYCL 2020 interface: - Shorter names for member functions, dropping the get_ prefix. - Cleaner separation between properties of a group (e.g., a group id) and properties of the calling work-item (e.g., its id within a group). - Clearer distinction between "group" concept and "work_group" class. - New work_item class to represent a single work-item within a specific parent group. This class also satisfies the group concept, modeling a group containing a single work-item.
1 parent df5d241 commit dc92d73

2 files changed

Lines changed: 445 additions & 0 deletions

File tree

adoc/extensions/index.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ specification, but their design is subject to change.
1111

1212
// leveloffset=2 allows extensions to be written as standalone documents
1313
// include::sycl_khr_extension_name.adoc[leveloffset=2]
14+
15+
include::sycl_khr_group_interface.adoc[leveloffset=2]

0 commit comments

Comments
 (0)