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

stream

MISSING


stream(cl::sycl::stream &&)
(1)
stream(const cl::sycl::stream &)
(2)
stream(size_t bufferSize, size_t maxStatementSize, cl::sycl::handler & cgh)
(3)
  1. (default) Move constructor
    Parameters:
    • cl::sycl::stream && unnamed
  2. (default) Copy constructor
    Parameters:
    • const cl::sycl::stream & unnamed
  3. Constructor that takes a buffer size, a max statement size and a handler reference and constructs a stream of the buffer size, associated with the provided handler
    Parameters:
    • size_t bufferSize : The size of the stream's buffer.
    • size_t maxStatementSize : The maximum size of a single statement in the stream's
    • cl::sycl::handler & cgh : A reference to the handler that the stream is to be associated

syclreference.com — SYCL Reference Pages

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