#include <detail/device_binary_image.hpp>
Additional Inherited Members | |
Protected Member Functions inherited from sycl::_V1::detail::RTDeviceBinaryImage | |
void | init (sycl_device_binary Bin) |
sycl_device_binary | get () const |
Definition at line 265 of file device_binary_image.hpp.
sycl::_V1::detail::DynRTDeviceBinaryImage::DynRTDeviceBinaryImage | ( | std::unique_ptr< char[]> && | DataPtr, |
size_t | DataSize | ||
) |
Definition at line 198 of file device_binary_image.cpp.
References __SYCL_DEVICE_BINARY_TARGET_SPIRV64, __SYCL_DEVICE_BINARY_TARGET_UNKNOWN, sycl::_V1::detail::RTDeviceBinaryImage::Bin, sycl_device_binary_struct::BinaryEnd, sycl_device_binary_struct::BinaryStart, sycl_device_binary_struct::CompileOptions, Data, sycl_device_binary_struct::DeviceTargetSpec, sycl_device_binary_struct::EntriesBegin, sycl_device_binary_struct::EntriesEnd, sycl_device_binary_struct::Format, sycl::_V1::detail::ur::getBinaryImageFormat(), sycl::_V1::detail::RTDeviceBinaryImage::init(), sycl_device_binary_struct::Kind, sycl_device_binary_struct::LinkOptions, sycl_device_binary_struct::ManifestEnd, sycl_device_binary_struct::ManifestStart, SYCL_DEVICE_BINARY_OFFLOAD_KIND_SYCL, SYCL_DEVICE_BINARY_TYPE_SPIRV, SYCL_DEVICE_BINARY_VERSION, and sycl_device_binary_struct::Version.
|
override |
Definition at line 224 of file device_binary_image.cpp.
References sycl::_V1::detail::RTDeviceBinaryImage::Bin.
|
inlineoverridevirtual |
Reimplemented from sycl::_V1::detail::RTDeviceBinaryImage.
Definition at line 270 of file device_binary_image.hpp.
References std::cerr, and sycl::_V1::detail::RTDeviceBinaryImage::print().
|
protected |
Definition at line 276 of file device_binary_image.hpp.
Referenced by DynRTDeviceBinaryImage().