syclreference.com
  1. SYCL
  2. | API Reference
  3. | Ranges and index space identifiers
  4. | group

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.

template <int dimensions>
class cl::sycl::group;

Member Fields

Field Type Notes
stride const size_t

Member Functions

(constructor)
async_work_group_copy

MISSING

get

MISSING

get_global_range

MISSING

get_group_range

MISSING

get_id

MISSING

get_local_range

MISSING

operator[]

Get the value for the given dimension

parallel_for_work_item

MISSING

wait_for

Waits on each given device_event

Functions

operator!=

Non-equality operator

operator==

Equality operator

syclreference.com — SYCL Reference Pages

Last updated: 2019-01-24 00:24:52 +0000