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

nd_item<dimensions>

The cl::sycl::nd_item object is a container for all information about a work-item.

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

Member Functions

(constructor)
async_work_group_copy

MISSING

get_global

MISSING

get_global_id

MISSING

get_global_range

MISSING

get_group

MISSING

get_group_linear_id

Returns the group linear id.

get_group_range

MISSING

get_local

MISSING

get_local_id

MISSING

get_local_range

MISSING

get_nd_range

Returns the enqueued nd_range.

get_num_groups

MISSING

get_offset

Get the offset of the enqueued nd_range.

wait_for

Waits on each given device_event

syclreference.com — SYCL Reference Pages

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