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