syclreference.com
  1. SYCL
  2. | API Reference
  3. | Streams
  4. | nd_item_stream
  5. | stream_value

stream_value

Streams an nd_item object into a stream object


static const cl::sycl::stream & stream_value(const cl::sycl::stream & os, const nd_item_stream<dimensions> & rhs)
(1)
  1. Streams an nd_item object into a stream object
    Parameters:
    • const cl::sycl::stream & os : The stream object to be streamed to
    • const nd_item_stream<dimensions> & rhs : nd_item object
    Returns: Original stream object

syclreference.com — SYCL Reference Pages

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