nd_range<dimensions>
MISSING
(1) | |
(2) |
-
Copy constructor. Create a copy of another nd_range.
Parameters:-
const detail::nd_range_base &
ndRangeBase
: The nd_range to copy
-
-
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)
-