get_local
MISSING
(1) | |
(2) |
-
(deprecated (SYCL 1.2.1 revision 3 replaces nd_item::get_local with nd_item::get_local_id.))
Return the local id for all dimension.
Returns: An -
(deprecated (SYCL 1.2.1 revision 3 replaces nd_item::get_local with nd_item::get_local_id.))
Returns the local id for a specific dimension.
Parameters:-
unsigned int
dimension
: of local id to return. Must be in the range [0,2].
-