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

get_group_range

MISSING


range<dimensions> get_group_range() const
(1)
size_t get_group_range(unsigned int dimension) const
(2)
  1. the group range for all dimensions
    Returns: the value of the group range for each dimension of the group.
  2. Returns the group range in a specified dimension.
    Parameters:
    • unsigned int dimension : the dimension of the group range to be returned.
    Returns: the value of the group range in the specified dimension.

syclreference.com — SYCL Reference Pages

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