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

nd_range<dimensions>

Implements the nd_range class of the SYCL specification. An nd_range contains a global and a local range and an offset.

template <int dimensions>
class cl::sycl::nd_range;

Member Functions

(constructor)
get_global

Return the global

get_global_range

Return the global

get_group

Compute the group

get_group_range

Compute the group

get_local

Return the local

get_local_range

Return the local

get_offset

Return the queue offset

Functions

operator!=

Non-equality operator

operator==

Equality operator

syclreference.com — SYCL Reference Pages

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