Commit dc92d73
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
0 commit comments