#include <sycl/detail/defines.hpp>
#include <sycl/detail/export.hpp>
#include <cstdint>
#include <cstdlib>
#include <string>
#include <sys/stat.h>
#include <sys/types.h>
Go to the source code of this file.
Classes | |
class | sycl::_V1::detail::OSUtil |
Groups the OS-dependent services. More... | |
Namespaces | |
sycl | |
---— Error handling, matching OpenCL plugin semantics. | |
sycl::_V1 | |
sycl::_V1::detail | |
Typedefs | |
using | sycl::_V1::detail::OSModuleHandle = intptr_t |
Uniquely identifies an operating system module (executable or a dynamic library) More... | |