append_index_array
Appends an index_array object to the stream
(1) |
-
Appends an index_array object to the stream
Parameters:-
const cl::sycl::stream &
os
: Stream object to append to -
const detail::index_array &
value
: Array of indexes -
int
numElements
: Number of elements of the index array
-