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