syclreference.com
  1. SYCL
  2. | API Reference
  3. | Program

Program

Enumerations

program

Program descriptor to query information about a program object

program_state

Enum describing the build state of the program

Classes

hash<cl::sycl::program>

provides a specialization for std::hash for the buffer class. An std::hash<std::shared_ptr<…» object is created and its function call operator is used to hash the contents of the shared_ptr. The returned hash is actually the result of (size_t) object.get_impl().get()

param_traits<info::program, syclParam>
program

Public facing program class that provides an interface for abstracting the construction and building of a cl_program object, See section 3.5.5 of the SYCL 1.2 specification.

syclreference.com — SYCL Reference Pages

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