syclreference.com
  1. SYCL
  2. | API Reference
  3. | Streams
  4. | append_index_array

append_index_array

Appends an index_array object to the stream


void append_index_array(const cl::sycl::stream & os, const detail::index_array & value, int numElements)
(1)
  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

syclreference.com — SYCL Reference Pages

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