#include <sycl/detail/defines_elementary.hpp>
#include <sycl/detail/iostream_proxy.hpp>
#include <sycl/detail/ur.hpp>
#include <dlfcn.h>
#include <string>
Go to the source code of this file.
Namespaces | |
sycl | |
sycl::_V1 | |
sycl::_V1::detail | |
sycl::_V1::detail::ur | |
Functions | |
void * | sycl::_V1::detail::ur::loadOsLibrary (const std::string &Library) |
int | sycl::_V1::detail::ur::unloadOsLibrary (void *Library) |
void * | sycl::_V1::detail::ur::getOsLibraryFuncAddress (void *Library, const std::string &FunctionName) |
void * | sycl::_V1::detail::ur::getURLoaderLibrary () |