Classes | |
struct | IsStdVector |
struct | IsStdVector< std::vector< T > > |
struct | PiFuncInfo |
struct | printOut |
struct | printOut< PiEvent * > |
struct | printOut< PiMem * > |
struct | printOut< T ** > |
struct | printOut< void * > |
Enumerations | |
enum | TraceLevel { PI_TRACE_BASIC = 0x1, PI_TRACE_CALLS = 0x2, PI_TRACE_ALL = -1 } |
Functions | |
template<class To > | |
To | cast (std::vector< cl_event > value) |
template<> | |
PiDevice | cast (cl_device_id)=delete |
bool | trace (TraceLevel level) |
void | die (const char *Message) |
void | assertion (bool Condition, const char *Message=nullptr) |
template<typename T > | |
void | handleUnknownParamName (const char *functionName, T parameter) |
void | contextSetExtendedDeleter (const sycl::context &constext, pi_context_extended_deleter func, void *user_data) |
void * | loadOsPluginLibrary (const std::string &Library) |
int | unloadOsPluginLibrary (void *Library) |
int | unloadPlugin (void *Library) |
void * | getOsLibraryFuncAddress (void *Library, const std::string &FunctionName) |
std::string | platformInfoToString (pi_platform_info info) |
template<class To , class From > | |
To | cast (From value) |
std::vector< PluginPtr > & | initialize () |
template<backend BE> | |
const PluginPtr & | getPlugin () |
uint64_t | emitFunctionBeginTrace (const char *FName) |
Emits an XPTI trace before a PI API call is made. More... | |
void | emitFunctionEndTrace (uint64_t CorrelationID, const char *FName) |
Emits an XPTI trace after the PI API call has been made. More... | |
uint64_t | emitFunctionWithArgsBeginTrace (uint32_t FuncID, const char *FName, unsigned char *ArgsData, pi_plugin Plugin) |
Notifies XPTI subscribers about PI function calls and packs call arguments. More... | |
void | emitFunctionWithArgsEndTrace (uint64_t CorrelationID, uint32_t FuncID, const char *FName, unsigned char *ArgsData, pi_result Result, pi_plugin Plugin) |
Notifies XPTI subscribers about PI function call result. More... | |
PiDeviceBinaryType | getBinaryImageFormat (const unsigned char *ImgData, size_t ImgSize) |
Tries to determine the device binary image foramat. More... | |
template<class To , class FromE > | |
To | cast (std::vector< FromE > Values) |
static void | initializePlugins (std::vector< PluginPtr > &Plugins) |
std::string | memFlagToString (pi_mem_flags Flag) |
std::string | memFlagsToString (pi_mem_flags Flags) |
std::vector< std::pair< std::string, backend > > | findPlugins () |
void * | loadPlugin (const std::string &PluginPath) |
bool | bindPlugin (void *Library, const std::shared_ptr< PiPlugin > &PluginInformation) |
const template PluginPtr & | getPlugin< backend::opencl > () |
const template PluginPtr & | getPlugin< backend::ext_oneapi_level_zero > () |
const template PluginPtr & | getPlugin< backend::ext_intel_esimd_emulator > () |
const template PluginPtr & | getPlugin< backend::ext_oneapi_cuda > () |
template<typename ResT > | |
static ResT | readELFValue (const unsigned char *Data, size_t NumBytes, bool IsBigEndian) |
static bool | checkELFSectionPresent (const std::string &ExpectedSectionName, const unsigned char *ImgData, size_t ImgSize) |
static uint16_t | getELFHeaderType (const unsigned char *ImgData, size_t ImgSize) |
template<typename T > | |
std::enable_if<!std::is_pointer< T >::value, void >::type | print (T val) |
template<typename T > | |
std::enable_if< std::is_pointer< T >::value, void >::type | print (T val) |
template<> | |
void | print (PiPlatform val) |
template<> | |
void | print (PiEvent val) |
template<> | |
void | print (PiMem val) |
template<> | |
void | print (PiEvent *val) |
template<> | |
void | print (const PiEvent *val) |
template<> | |
void | print (pi_buffer_region rgn) |
template<> | |
void | print (pi_buff_rect_region rgn) |
template<> | |
void | print (pi_buff_rect_offset off) |
template<> | |
void | print (pi_image_region rgn) |
template<> | |
void | print (pi_image_offset off) |
template<> | |
void | print (const pi_image_desc *desc) |
template<> | |
void | print (PiResult val) |
template<> | |
void | print (std::nullptr_t) |
template<> | |
void | print (char *val) |
template<> | |
void | print (const char *val) |
void | printArgs (void) |
template<typename Arg0 , typename... Args> | |
void | printArgs (Arg0 arg0, Args... args) |
void | printOuts (void) |
template<typename Arg0 , typename... Args> | |
void | printOuts (Arg0 arg0, Args... args) |
void | cuPrint (const char *Message) |
void | hipPrint (const char *Message) |
Variables | |
template<> | |
PiProgram | cast (cl_program)=delete |
std::shared_ptr< plugin > | GlobalPlugin |
bool | XPTIInitDone = false |
using sycl::_V1::detail::pi::PiContext = typedef ::pi_context |
using sycl::_V1::detail::pi::PiContextInfo = typedef ::pi_context_info |
using sycl::_V1::detail::pi::PiDevice = typedef ::pi_device |
using sycl::_V1::detail::pi::PiDeviceBinaryType = typedef ::pi_device_binary_type |
using sycl::_V1::detail::pi::PiDeviceInfo = typedef ::pi_device_info |
using sycl::_V1::detail::pi::PiDeviceType = typedef ::pi_device_type |
using sycl::_V1::detail::pi::PiEvent = typedef ::pi_event |
using sycl::_V1::detail::pi::PiKernel = typedef ::pi_kernel |
using sycl::_V1::detail::pi::PiKernelCacheConfig = typedef ::pi_kernel_cache_config |
using sycl::_V1::detail::pi::PiMem = typedef ::pi_mem |
using sycl::_V1::detail::pi::PiMemFlags = typedef ::pi_mem_flags |
using sycl::_V1::detail::pi::PiMemImageChannelOrder = typedef ::pi_image_channel_order |
using sycl::_V1::detail::pi::PiMemImageChannelType = typedef ::pi_image_channel_type |
using sycl::_V1::detail::pi::PiMemImageDesc = typedef ::pi_image_desc |
using sycl::_V1::detail::pi::PiMemImageFormat = typedef ::pi_image_format |
using sycl::_V1::detail::pi::PiMemImageInfo = typedef ::pi_image_info |
using sycl::_V1::detail::pi::PiMemObjectType = typedef ::pi_mem_type |
using sycl::_V1::detail::pi::PiPlatform = typedef ::pi_platform |
using sycl::_V1::detail::pi::PiPlatformBackend = typedef ::pi_platform_backend |
using sycl::_V1::detail::pi::PiPlugin = typedef ::pi_plugin |
using sycl::_V1::detail::pi::PiProgram = typedef ::pi_program |
using sycl::_V1::detail::pi::PiQueue = typedef ::pi_queue |
using sycl::_V1::detail::pi::PiQueueProperties = typedef ::pi_queue_properties |
using sycl::_V1::detail::pi::PiResult = typedef ::pi_result |
using sycl::_V1::detail::pi::PiSampler = typedef ::pi_sampler |
using sycl::_V1::detail::pi::PiSamplerAddressingMode = typedef ::pi_sampler_addressing_mode |
using sycl::_V1::detail::pi::PiSamplerFilterMode = typedef ::pi_sampler_filter_mode |
using sycl::_V1::detail::pi::PiSamplerInfo = typedef ::pi_sampler_info |
using sycl::_V1::detail::pi::PiSamplerProperties = typedef ::pi_sampler_properties |
void sycl::_V1::detail::pi::assertion | ( | bool | Condition, |
const char * | Message = nullptr |
||
) |
Definition at line 536 of file pi.cpp.
References die().
Referenced by cast(), cuda_piDeviceGetInfo(), cuda_piEventRelease(), cuda_piEventRetain(), cuda_piKernelGetGroupInfo(), cuda_piKernelGetSubGroupInfo(), cuda_piSamplerRelease(), hip_piDeviceGetInfo(), hip_piEventRelease(), hip_piEventRetain(), hip_piKernelGetGroupInfo(), hip_piKernelGetSubGroupInfo(), hip_piSamplerRelease(), and memFlagToString().
bool sycl::_V1::detail::pi::bindPlugin | ( | void * | Library, |
const std::shared_ptr< PiPlugin > & | PluginInformation | ||
) |
Definition at line 370 of file pi.cpp.
References getOsLibraryFuncAddress(), and piPluginInit().
Referenced by initializePlugins().
|
inlinedelete |
|
inline |
Definition at line 254 of file pi.hpp.
References assertion().
|
inline |
Definition at line 164 of file backend_traits_opencl.hpp.
References assertion().
To sycl::_V1::detail::pi::cast | ( | std::vector< FromE > | Values | ) |
|
static |
Definition at line 558 of file pi.cpp.
Referenced by getBinaryImageFormat().
void sycl::_V1::detail::pi::contextSetExtendedDeleter | ( | const sycl::context & | constext, |
pi_context_extended_deleter | func, | ||
void * | user_data | ||
) |
Definition at line 172 of file pi.cpp.
References sycl::_V1::detail::getSyclObjImpl(), and piextContextSetExtendedDeleter().
void sycl::_V1::detail::pi::cuPrint | ( | const char * | Message | ) |
Definition at line 467 of file pi_cuda.cpp.
References std::cerr.
Referenced by cuda_piclProgramCreateWithSource(), and cuda_piDeviceGetInfo().
void sycl::_V1::detail::pi::die | ( | const char * | Message | ) |
Definition at line 531 of file pi.cpp.
References std::cerr.
Referenced by assertion(), cuda_piDeviceGetInfo(), cuda_piEnqueueMemImageFill(), cuda_piEnqueueNativeKernel(), cuda_piEventCreate(), cuda_piEventGetProfilingInfo(), cuda_piEventSetCallback(), cuda_piEventSetStatus(), cuda_piextDeviceSelectBinary(), cuda_piextEnqueueReadHostPipe(), cuda_piextEnqueueWriteHostPipe(), cuda_piextKernelCreateWithNativeHandle(), cuda_piextMemCreateWithNativeHandle(), cuda_piextMemImageCreateWithNativeHandle(), cuda_piextProgramCreateWithNativeHandle(), cuda_piextProgramSetSpecializationConstant(), cuda_piextQueueCreateWithNativeHandle(), cuda_piextUSMEnqueueFill2D(), cuda_piextUSMEnqueueMemAdvise(), cuda_piextUSMEnqueueMemset2D(), cuda_piMemGetInfo(), cuda_piMemImageCreate(), cuda_piMemImageGetInfo(), cuda_piMemRelease(), cuda_piPlatformGetInfo(), cuda_piProgramCreate(), cuda_piProgramGetBuildInfo(), cuda_piProgramGetInfo(), cuda_piQueueGetInfo(), ur_context_handle_t_::decrementUnreleasedEventsInPool(), DieUnsupported(), ur_queue_handle_t_::executeCommandList(), _ur_buffer::free(), getKernelNames(), ur_event_handle_t_::getOrCreateHostVisibleEvent(), _ur_buffer::getZeHandle(), ur_queue_handle_t_::pi_queue_group_t::getZeQueue(), handleUnknownParamName(), hip_piContextCreate(), hip_piDeviceGetInfo(), hip_piEnqueueMemImageFill(), hip_piEnqueueNativeKernel(), hip_piEventCreate(), hip_piEventGetProfilingInfo(), hip_piEventSetCallback(), hip_piEventSetStatus(), hip_piextContextCreateWithNativeHandle(), hip_piextDeviceCreateWithNativeHandle(), hip_piextDeviceSelectBinary(), hip_piextEnqueueDeviceGlobalVariableRead(), hip_piextEnqueueDeviceGlobalVariableWrite(), hip_piextEnqueueReadHostPipe(), hip_piextEnqueueWriteHostPipe(), hip_piextEventCreateWithNativeHandle(), hip_piextKernelSetArgMemObj(), hip_piextMemCreateWithNativeHandle(), hip_piextMemImageCreateWithNativeHandle(), hip_piextProgramCreateWithNativeHandle(), hip_piextProgramSetSpecializationConstant(), hip_piextQueueCreateWithNativeHandle(), hip_piextUSMEnqueueFill2D(), hip_piextUSMEnqueueMemset2D(), hip_piKernelGetGroupInfo(), hip_piMemGetInfo(), hip_piMemImageCreate(), hip_piMemImageGetInfo(), hip_piMemRelease(), hip_piPlatformGetInfo(), hip_piProgramCreate(), hip_piProgramGetBuildInfo(), hip_piProgramGetInfo(), hip_piProgramLink(), hip_piQueueGetInfo(), imageElementByteSize(), pi2ur::pi2urImageDesc(), pi2ur::piclProgramCreateWithSource(), pi2ur::piContextGetInfo(), pi2ur::piEnqueueMemImageFill(), pi2ur::piEnqueueNativeKernel(), pi2ur::piEventSetCallback(), pi2ur::piEventSetStatus(), piextEnqueueReadHostPipe(), piextEnqueueWriteHostPipe(), pi2ur::piextUSMEnqueueMemset2D(), pi2ur::piextUSMGetMemAllocInfo(), pi2ur::piKernelGetGroupInfo(), pi2ur::piKernelSetExecInfo(), pi2ur::piMemBufferCreate(), pi2ur::piMemGetInfo(), piPlatformGetInfo(), pi2ur::piPlatformGetInfo(), pi2ur::piProgramBuild(), pi2ur::piProgramCreateWithBinary(), pi2ur::piProgramGetBuildInfo(), pi2ur::piProgramGetInfo(), pi2ur::piProgramLink(), pi2ur::piQueueGetInfo(), platformInfoToString(), _pi_event::record(), ur2piDeviceInfoValue(), ur2piPlatformInfoValue(), ur2piUSMAllocInfoValue(), ur2zeImageDesc(), urContextGetInfo(), urDeviceGetInfo(), urEventWait(), urKernelGetSubGroupInfo(), urMemBufferCreate(), urMemBufferCreateWithNativeHandle(), urMemBufferPartition(), urMemGetInfo(), urMemImageCreate(), urProgramGetInfo(), urQueueGetInfo(), USMFreeHelper(), ZeCommandListBatchConfig(), ZeMemFreeHelper(), and ReleaseGuard< T >::~ReleaseGuard().
uint64_t sycl::_V1::detail::pi::emitFunctionBeginTrace | ( | const char * | FName | ) |
Emits an XPTI trace before a PI API call is made.
FName | The name of the PI API call |
Definition at line 76 of file pi.cpp.
References sycl::_V1::detail::SYCL_PICALL_STREAM_NAME.
Referenced by sycl::_V1::detail::plugin::call_nocheck().
void sycl::_V1::detail::pi::emitFunctionEndTrace | ( | uint64_t | CorrelationID, |
const char * | FName | ||
) |
Emits an XPTI trace after the PI API call has been made.
CorrelationID | The correlation ID for the API call generated by the emitFunctionBeginTrace() call. |
FName | The name of the PI API call |
Definition at line 120 of file pi.cpp.
References sycl::_V1::detail::SYCL_PICALL_STREAM_NAME.
Referenced by sycl::_V1::detail::plugin::call_nocheck().
uint64_t sycl::_V1::detail::pi::emitFunctionWithArgsBeginTrace | ( | uint32_t | FuncID, |
const char * | FName, | ||
unsigned char * | ArgsData, | ||
pi_plugin | Plugin | ||
) |
Notifies XPTI subscribers about PI function calls and packs call arguments.
FuncID | is the API hash ID from PiApiID type trait. |
FName | The name of the PI API call. |
ArgsData | is a pointer to packed function call arguments. |
Plugin | is the plugin, which is used to make call. |
Definition at line 135 of file pi.cpp.
References sycl::_V1::detail::SYCL_PIDEBUGCALL_STREAM_NAME.
Referenced by sycl::_V1::detail::plugin::call_nocheck().
void sycl::_V1::detail::pi::emitFunctionWithArgsEndTrace | ( | uint64_t | CorrelationID, |
uint32_t | FuncID, | ||
const char * | FName, | ||
unsigned char * | ArgsData, | ||
pi_result | Result, | ||
pi_plugin | Plugin | ||
) |
Notifies XPTI subscribers about PI function call result.
CorrelationID | The correlation ID for the API call generated by the emitFunctionWithArgsBeginTrace() call. |
FuncID | is the API hash ID from PiApiID type trait. |
FName | The name of the PI API call. |
ArgsData | is a pointer to packed function call arguments. |
Result | is function call result value. |
Plugin | is the plugin, which is used to make call. |
Definition at line 155 of file pi.cpp.
References sycl::_V1::detail::SYCL_PIDEBUGCALL_STREAM_NAME.
Referenced by sycl::_V1::detail::plugin::call_nocheck().
std::vector<std::pair<std::string, backend> > sycl::_V1::detail::pi::findPlugins | ( | ) |
Definition at line 265 of file pi.cpp.
References sycl::_V1::detail::ods_target_list::backendCompatible(), sycl::_V1::detail::device_filter_list::get(), std::get(), and sycl::_V1::make_error_code().
Referenced by initializePlugins().
RT::PiDeviceBinaryType sycl::_V1::detail::pi::getBinaryImageFormat | ( | const unsigned char * | ImgData, |
size_t | ImgSize | ||
) |
Tries to determine the device binary image foramat.
Returns PI_DEVICE_BINARY_TYPE_NONE if unsuccessful.
Definition at line 630 of file pi.cpp.
References checkELFSectionPresent(), getELFHeaderType(), PI_DEVICE_BINARY_TYPE_LLVMIR_BITCODE, PI_DEVICE_BINARY_TYPE_NATIVE, PI_DEVICE_BINARY_TYPE_NONE, and PI_DEVICE_BINARY_TYPE_SPIRV.
Referenced by sycl::_V1::detail::ProgramManager::createPIProgram(), sycl::_V1::detail::DynRTDeviceBinaryImage::DynRTDeviceBinaryImage(), and sycl::_V1::detail::RTDeviceBinaryImage::init().
|
static |
Definition at line 622 of file pi.cpp.
Referenced by getBinaryImageFormat().
void * sycl::_V1::detail::pi::getOsLibraryFuncAddress | ( | void * | Library, |
const std::string & | FunctionName | ||
) |
Definition at line 39 of file posix_pi.cpp.
Referenced by bindPlugin(), and sycl::_V1::ext::intel::experimental::detail::compileToSPIRV().
const PluginPtr & sycl::_V1::detail::pi::getPlugin | ( | ) |
Definition at line 504 of file pi.cpp.
References initialize().
Referenced by sycl::_V1::detail::buffer_impl::addInteropObject(), sycl::_V1::detail::queue_impl::createQueue(), sycl::_V1::detail::queue_impl::ext_oneapi_empty(), sycl::_V1::detail::kernel_impl::get(), sycl::_V1::detail::queue_impl::get(), sycl::_V1::detail::device_impl::get_device_info_string(), sycl::_V1::detail::platform_impl::get_info(), sycl::_V1::detail::kernel_impl::get_info(), sycl::_V1::detail::platform_impl::getBackendOption(), sycl::_V1::detail::queue_impl::getExclusiveQueueHandleRef(), sycl::_V1::detail::platform_impl::getNative(), sycl::_V1::detail::queue_impl::getNative(), sycl::_V1::detail::platform_impl::has_extension(), sycl::_V1::detail::queue_impl::get_info< info::queue::reference_count >(), sycl::_V1::detail::queue_impl::wait(), sycl::_V1::detail::event_impl::waitInternal(), sycl::_V1::detail::event_impl::~event_impl(), and sycl::_V1::detail::queue_impl::~queue_impl().
const template PluginPtr& sycl::_V1::detail::pi::getPlugin< backend::ext_intel_esimd_emulator > | ( | ) |
const template PluginPtr& sycl::_V1::detail::pi::getPlugin< backend::ext_oneapi_cuda > | ( | ) |
const template PluginPtr& sycl::_V1::detail::pi::getPlugin< backend::ext_oneapi_level_zero > | ( | ) |
const template PluginPtr& sycl::_V1::detail::pi::getPlugin< backend::opencl > | ( | ) |
void sycl::_V1::detail::pi::handleUnknownParamName | ( | const char * | functionName, |
T | parameter | ||
) |
void sycl::_V1::detail::pi::hipPrint | ( | const char * | Message | ) |
Definition at line 417 of file pi_hip.cpp.
References std::cerr.
Referenced by hip_piclProgramCreateWithSource().
std::vector< PluginPtr > & sycl::_V1::detail::pi::initialize | ( | ) |
Definition at line 396 of file pi.cpp.
References initializePlugins().
Referenced by sycl::_V1::detail::platform_impl::get_devices(), sycl::_V1::detail::platform_impl::get_platforms(), and getPlugin().
|
static |
Definition at line 406 of file pi.cpp.
References _PI_H_VERSION_STRING, bindPlugin(), std::cerr, findPlugins(), GMajVer, GMinVer, GVerStr, loadPlugin(), PI_TRACE_ALL, PI_TRACE_BASIC, sycl::_V1::detail::SYCL_PICALL_STREAM_NAME, sycl::_V1::detail::SYCL_PIDEBUGCALL_STREAM_NAME, sycl::_V1::detail::SYCL_STREAM_NAME, trace(), and XPTIInitDone.
Referenced by initialize().
void * sycl::_V1::detail::pi::loadOsPluginLibrary | ( | const std::string & | Library | ) |
Definition at line 19 of file posix_pi.cpp.
References std::cerr, PI_TRACE_ALL, and trace().
Referenced by sycl::_V1::ext::intel::experimental::detail::compileToSPIRV(), and loadPlugin().
void* sycl::_V1::detail::pi::loadPlugin | ( | const std::string & | PluginPath | ) |
Definition at line 356 of file pi.cpp.
References loadOsPluginLibrary().
Referenced by initializePlugins().
std::string sycl::_V1::detail::pi::memFlagsToString | ( | pi_mem_flags | Flags | ) |
Definition at line 227 of file pi.cpp.
References memFlagToString(), PI_MEM_FLAGS_ACCESS_RW, PI_MEM_FLAGS_HOST_PTR_COPY, and PI_MEM_FLAGS_HOST_PTR_USE.
std::string sycl::_V1::detail::pi::memFlagToString | ( | pi_mem_flags | Flag | ) |
Definition at line 201 of file pi.cpp.
References assertion(), PI_MEM_FLAGS_ACCESS_RW, PI_MEM_FLAGS_HOST_PTR_COPY, and PI_MEM_FLAGS_HOST_PTR_USE.
Referenced by memFlagsToString().
std::string sycl::_V1::detail::pi::platformInfoToString | ( | pi_platform_info | info | ) |
Definition at line 182 of file pi.cpp.
References die(), PI_EXT_PLATFORM_INFO_BACKEND, PI_PLATFORM_INFO_EXTENSIONS, PI_PLATFORM_INFO_NAME, PI_PLATFORM_INFO_PROFILE, PI_PLATFORM_INFO_VENDOR, and PI_PLATFORM_INFO_VERSION.
|
inline |
Definition at line 114 of file plugin_printers.hpp.
References std::cout.
|
inline |
Definition at line 118 of file plugin_printers.hpp.
References std::cout.
Referenced by printArgs().
|
inline |
Definition at line 91 of file plugin_printers.hpp.
References std::cout, _pi_image_desc::image_array_size, _pi_image_desc::image_depth, _pi_image_desc::image_height, _pi_image_desc::image_row_pitch, _pi_image_desc::image_slice_pitch, _pi_image_desc::image_type, _pi_image_desc::image_width, _pi_image_desc::num_mip_levels, and _pi_image_desc::num_samples.
|
inline |
Definition at line 56 of file plugin_printers.hpp.
References std::cout.
|
inline |
Definition at line 76 of file plugin_printers.hpp.
References std::cout, pi_buff_rect_offset_struct::x_bytes, pi_buff_rect_offset_struct::y_scalar, and pi_buff_rect_offset_struct::z_scalar.
|
inline |
Definition at line 70 of file plugin_printers.hpp.
References std::cout, pi_buff_rect_region_struct::depth_scalar, pi_buff_rect_region_struct::height_scalar, and pi_buff_rect_region_struct::width_bytes.
|
inline |
Definition at line 65 of file plugin_printers.hpp.
References std::cout, pi_buffer_region_struct::origin, and pi_buffer_region_struct::size.
|
inline |
Definition at line 86 of file plugin_printers.hpp.
References std::cout, pi_image_offset_struct::x, pi_image_offset_struct::y, and pi_image_offset_struct::z.
|
inline |
Definition at line 81 of file plugin_printers.hpp.
References std::cout, pi_image_region_struct::depth, pi_image_region_struct::height, and pi_image_region_struct::width.
|
inline |
Definition at line 47 of file plugin_printers.hpp.
References std::cout.
|
inline |
Definition at line 39 of file plugin_printers.hpp.
References std::cout.
|
inline |
Definition at line 43 of file plugin_printers.hpp.
References std::cout.
|
inline |
Definition at line 35 of file plugin_printers.hpp.
References std::cout.
|
inline |
Definition at line 101 of file plugin_printers.hpp.
References std::cout.
|
inline |
Definition at line 110 of file plugin_printers.hpp.
References std::cout.
|
inline |
Definition at line 24 of file plugin_printers.hpp.
References std::cout.
Referenced by sycl::_V1::detail::DynRTDeviceBinaryImage::print().
|
inline |
Definition at line 30 of file plugin_printers.hpp.
References std::cout.
void sycl::_V1::detail::pi::printArgs | ( | Arg0 | arg0, |
Args... | args | ||
) |
Definition at line 124 of file plugin_printers.hpp.
|
inline |
Definition at line 122 of file plugin_printers.hpp.
Referenced by sycl::_V1::detail::plugin::call_nocheck().
void sycl::_V1::detail::pi::printOuts | ( | Arg0 | arg0, |
Args... | args | ||
) |
Definition at line 173 of file plugin_printers.hpp.
|
inline |
Definition at line 171 of file plugin_printers.hpp.
Referenced by sycl::_V1::detail::plugin::call_nocheck().
|
static |
bool sycl::_V1::detail::pi::trace | ( | TraceLevel | level | ) |
Definition at line 390 of file pi.cpp.
References std::get().
Referenced by sycl::_V1::detail::plugin::call_nocheck(), initializePlugins(), sycl::_V1::detail::IsBannedPlatform(), loadOsPluginLibrary(), sycl::_V1::detail::traceDeviceSelection(), and sycl::_V1::traceDeviceSelector().
int sycl::_V1::detail::pi::unloadOsPluginLibrary | ( | void * | Library | ) |
Definition at line 31 of file posix_pi.cpp.
Referenced by unloadPlugin().
int sycl::_V1::detail::pi::unloadPlugin | ( | void * | Library | ) |
Definition at line 362 of file pi.cpp.
References unloadOsPluginLibrary().
Referenced by sycl::_V1::detail::plugin::unload().
|
inlinedelete |
std::shared_ptr< plugin > sycl::_V1::detail::pi::GlobalPlugin |
bool sycl::_V1::detail::pi::XPTIInitDone = false |
Definition at line 72 of file pi.cpp.
Referenced by initializePlugins().