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

get_global_range

MISSING


range<dimensions> get_global_range() const
(1)
size_t get_global_range(int dimension) const
(2)
  1. Retrieves the range representing the sizes of the global iteration space
    Returns: Global range
  2. Retrieves the value of the global range for the specified dimension
    Parameters:
    • int dimension : Which value of the range to retrieve
    Returns: Element of the global range

syclreference.com — SYCL Reference Pages

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