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

get_logical_local_id

MISSING


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

syclreference.com — SYCL Reference Pages

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