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

get_local_range

MISSING


range<dimensions> get_local_range() const
(1)
size_t get_local_range(int dimension) const
(2)
  1. Get the local range of the enqueued nd_range.
    Returns: the values of the local range for all dimensions.
  2. Get the local range for a specified dimension.
    Parameters:
    • int dimension : of the local range to be returned. Must be in the range
    Returns: the value of the local range for the specified dimension.

syclreference.com — SYCL Reference Pages

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