get_range
MISSING
(1) | |
(2) |
-
Get the global range of the enqueued kernel if provided by a handler::parallel_for. Get the local range if used if provided by a
Returns: the values of the global range for all dimensions. -
Gets the global range in a specified dimension if provided by a handler::parallel_for and gets the local range in a specified dimension if provided by a
Parameters:-
int
dimension
: The dimension of the range to retrieve.
-