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

get_physical_local_id

MISSING


id<dimensions> get_physical_local_id() const
(1)
size_t get_physical_local_id(int dimension) const
(2)
  1. Retrieves the id representing the position of the item in the physical local iteration space
    Returns: Global ID
  2. Retrieves the value of the physical local ID for the specified dimension
    Parameters:
    • int dimension : Which value of the ID to retrieve
    Returns: Element of the physical local ID

syclreference.com — SYCL Reference Pages

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