#include <sycl/backend.hpp>
#include <sycl/detail/defines.hpp>
#include <cassert>
#include <string>
#include <windows.h>
#include <winreg.h>
#include "detail/windows_os_utils.hpp"
#include "ur_win_proxy_loader.hpp"
Go to the source code of this file.
Namespaces | |
sycl | |
sycl::_V1 | |
sycl::_V1::detail | |
sycl::_V1::detail::ur | |
Functions | |
void * | sycl::_V1::detail::GetWinProcAddress (void *module, const char *funcName) |
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) |
static std::filesystem::path | sycl::_V1::detail::ur::getCurrentDSODirPath () |
void * | sycl::_V1::detail::ur::getURLoaderLibrary () |