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

stream

Class that encapsulates a buffer that can be passed to the device and streamed to. Used for debugging. Host only.

class cl::sycl::stream;

Member Functions

(constructor)
(destructor)
append_chars

Member function that appends a char buffer to the stream’s buffer.

get_buffer

Member function that returns a shared_ptr to the detail buffer object.

get_max_statement_size

Inline member function that returns the maximum statement size.

get_precision

Inline member function that returns the precision value.

get_size

Member function that returns the buffer size.

get_stream_mode

Inline member function that returns the stream mode.

operator=

MISSING

set_precision

Inline member function that sets the precision value.

set_stream_mode

Inline member function that sets the stream mode.

set_width

Sets the width used when displaying a stream element

Functions

operator!=

Determines if lhs and rhs are not equal

operator<<

MISSING

operator==

Determines if lhs and rhs are equal

syclreference.com — SYCL Reference Pages

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