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

get_physical_local_range

MISSING


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

syclreference.com — SYCL Reference Pages

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