#include <detail/config.hpp>
#include <detail/global_handler.hpp>
#include <detail/platform_impl.hpp>
#include <detail/plugin.hpp>
#include <detail/program_manager/program_manager.hpp>
#include <detail/scheduler/scheduler.hpp>
#include <detail/thread_pool.hpp>
#include <detail/xpti_registry.hpp>
#include <sycl/detail/device_filter.hpp>
#include <sycl/detail/spinlock.hpp>
#include <sycl/detail/ur.hpp>
#include <vector>
Go to the source code of this file.
Classes | |
class | sycl::_V1::detail::ObjectUsageCounter |
struct | sycl::_V1::detail::EarlyShutdownHandler |
Namespaces | |
sycl | |
sycl::_V1 | |
sycl::_V1::detail | |
Typedefs | |
using | sycl::_V1::detail::LockGuard = std::lock_guard< SpinLock > |
Functions | |
void | sycl::_V1::detail::shutdown_win () |
void | sycl::_V1::detail::shutdown_early () |
void | sycl::_V1::detail::shutdown_late () |
static void | sycl::_V1::detail::enableOnCrashStackPrinting () |
sycl::_V1::detail::__attribute__ ((destructor(110))) static void syclUnload() | |