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

get_global_range

MISSING


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

syclreference.com — SYCL Reference Pages

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