#include <sycl/detail/assert_happened.hpp>
#include <sycl/detail/backend_traits.hpp>
#include <sycl/detail/common.hpp>
#include <sycl/detail/export.hpp>
#include <sycl/detail/info_desc_helpers.hpp>
#include <sycl/detail/owner_less_base.hpp>
#include <sycl/detail/service_kernel_names.hpp>
#include <sycl/device.hpp>
#include <sycl/device_selector.hpp>
#include <sycl/event.hpp>
#include <sycl/exception_list.hpp>
#include <sycl/ext/oneapi/device_global/device_global.hpp>
#include <sycl/ext/oneapi/weak_object_base.hpp>
#include <sycl/handler.hpp>
#include <sycl/info/info_desc.hpp>
#include <sycl/property_list.hpp>
#include <sycl/stl.hpp>
#include <cinttypes>
#include <type_traits>
#include <utility>
Go to the source code of this file.
Classes | |
class | sycl::_V1::queue |
Encapsulates a single SYCL queue which schedules kernels on a SYCL device. More... | |
struct | std::hash< sycl::queue > |
Namespaces | |
sycl | |
---— Error handling, matching OpenCL plugin semantics. | |
sycl::_V1 | |
sycl::_V1::detail | |
std | |
Macros | |
#define | __STDC_FORMAT_MACROS 1 |
#define | _KERNELFUNCPARAM(a) KernelType a |
#define | __SYCL_USE_FALLBACK_ASSERT 0 |
Functions | |
template<backend BackendName, class SyclObjectT > | |
auto | sycl::_V1::get_native (const SyclObjectT &Obj) -> backend_return_t< BackendName, SyclObjectT > |