DPC++ Runtime
Runtime libraries for oneAPI DPC++
|
|
Go to the documentation of this file.
30 void set(
size_t Size,
const void *Val);
32 size_t getSize()
const {
return Bytes.size(); }
34 bool isSet()
const {
return !Bytes.empty(); }
37 std::vector<char> Bytes;
40 std::ostream &
operator<<(std::ostream &Out,
const spec_constant_impl &V);
void stableSerializeSpecConstRegistry(const SpecConstRegistryT &Reg, SerializedObj &Dst)
#define __SYCL_INLINE_VER_NAMESPACE(X)
std::map< std::string, spec_constant_impl > SpecConstRegistryT
---— Error handling, matching OpenCL plugin semantics.
const char * getValuePtr() const
spec_constant_impl(size_t Size, const void *Val)
std::ostream & operator<<(std::ostream &Out, backend be)
std::vector< unsigned char > SerializedObj