group<dimensions>
The cl::sycl::group object is a container for all information about a work group. The cl::sycl::group object is used within the parallel_for_work_group function. The cl::sycl::group object can return information about the local and global sizes of an enqueued nd-range as well as the number of groups and the current group id.
Member Fields
Field | Type | Notes |
---|---|---|
stride | const size_t |
Member Functions
(constructor) | |
MISSING |
|
MISSING |
|
MISSING |
|
MISSING |
|
MISSING |
|
MISSING |
|
Get the value for the given dimension |
|
MISSING |
|
Waits on each given device_event |
Functions
Non-equality operator |
|
Equality operator |