#include <sycl/detail/backend_traits.hpp>
#include <sycl/detail/cl.h>
#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/stl_type_traits.hpp>
#include <sycl/exception_list.hpp>
#include <sycl/ext/oneapi/weak_object_base.hpp>
#include <sycl/info/info_desc.hpp>
#include <sycl/property_list.hpp>
#include <sycl/stl.hpp>
Go to the source code of this file.
Classes | |
class | sycl::_V1::context |
The context class represents a SYCL context on which kernel functions may be executed. More... | |
struct | std::hash< sycl::context > |
Namespaces | |
sycl | |
---— Error handling, matching OpenCL plugin semantics. | |
sycl::_V1 | |
sycl::_V1::detail | |
std | |
Functions | |
template<backend Backend, class SyclT > | |
auto | sycl::_V1::get_native (const SyclT &Obj) -> backend_return_t< Backend, SyclT > |