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

append_type_string

Appends a string representation of a type to the stream


void append_type_string(const cl::sycl::stream & os, char * typeStr, int numChars, int dimensions)
(1)
  1. Appends a string representation of a type to the stream
    Parameters:
    • const cl::sycl::stream & os : Stream object to append to
    • char * typeStr : String representing the type name.
    • int numChars : Number of characters in the provided type string
    • int dimensions : Optional number of dimensions of the type

syclreference.com — SYCL Reference Pages

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