item<dimensions, with_offset>
The cl::sycl::item object is a container for all information about a work item. The cl::sycl::item object is used within the handler::parallel_for and information about the local and global sizes of an enqueued nd_range as well as the local and global ids of the work item. item
|
Member Functions
(constructor) | |
MISSING |
|
Get the invocation offset. |
|
MISSING |
|
Returns an item representing the same information as the object holds but also includes the offset set to 0 |
|
conversion operator from |
Functions
MISSING |
|
MISSING |