range
MISSING
(1) | |
(2) | |
(3) | |
(4) | |
(5) |
-
COMPUTECPP_DEV
Parameters:-
const detail::index_array_operators<1, cl::sycl::range> &
indexArray
-
-
Default constructor. Initialize the range to 1. Equivalent to range<1>(1)
-
(default)
Create a copy of a range.
Parameters:-
const cl::sycl::range<1> &
rhs
: The range to copy
-
-
Parameters:-
const detail::index_array &
indexArray
-
-
Create a 1 dimension range initialized to dim1.
Parameters:-
size_t
dim1
: The size of the range.
-