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

nd_range<dimensions>

MISSING


nd_range<dimensions>(const detail::nd_range_base & ndRangeBase)
(1)
nd_range<dimensions>(const range<dimensions> globalRange, const range<dimensions> localRange, const id<dimensions> globalOffset)
(2)
  1. Copy constructor. Create a copy of another nd_range.
    Parameters:
    • const detail::nd_range_base & ndRangeBase : The nd_range to copy
  2. Construct a nd_range object specifying the global and local range and an optional offset. Note that the global range must divisible by the local range in order to be usable by a
    Parameters:
    • const range<dimensions> globalRange : The global
    • const range<dimensions> localRange : The local
    • const id<dimensions> globalOffset : The global offset (optional, default to 0)

syclreference.com — SYCL Reference Pages

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