DPC++ Runtime
Runtime libraries for oneAPI DPC++
posix_pi.cpp File Reference
#include <sycl/detail/defines.hpp>
#include <sycl/detail/pi.hpp>
#include <dlfcn.h>
#include <string>
Include dependency graph for posix_pi.cpp:

Go to the source code of this file.

Namespaces

 sycl
 ---— Error handling, matching OpenCL plugin semantics.
 
 sycl::_V1
 
 sycl::_V1::detail
 
 sycl::_V1::detail::pi
 

Functions

void * sycl::_V1::detail::pi::loadOsPluginLibrary (const std::string &Library)
 
int sycl::_V1::detail::pi::unloadOsPluginLibrary (void *Library)
 
void * sycl::_V1::detail::pi::getOsLibraryFuncAddress (void *Library, const std::string &FunctionName)