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

h_item<dimensions>

Identifies an instance of a parallel_for_work_item function object executing at each point in a local range passed to a parallel_for_work_item call.

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

Member Functions

(constructor)
get_global

Retrieves the constituent global item representing the work-item’s position in the global iteration space

get_global_id

MISSING

get_global_range

MISSING

get_local

Retrieves the constituent logical local item representing the work-item’s position in the local iteration space as provided upon the invocation of parallel_for_work_item

get_local_id

MISSING

get_local_range

MISSING

get_logical_local

Retrieves the constituent logical local item representing the work-item’s position in the local iteration space as provided upon the invocation of parallel_for_work_item

get_logical_local_id

MISSING

get_logical_local_range

MISSING

get_physical_local

Retrieves the constituent physical local item representing the work-item’s position in the local iteration space as provided upon the invocation of parallel_for_work_group

get_physical_local_id

MISSING

get_physical_local_range

MISSING

is_equal

Helper function for calling operator==()

syclreference.com — SYCL Reference Pages

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