#include <sycl/async_handler.hpp>
#include <sycl/backend_types.hpp>
#include <sycl/detail/defines_elementary.hpp>
#include <sycl/detail/export.hpp>
#include <sycl/detail/helpers.hpp>
#include <sycl/detail/info_desc_helpers.hpp>
#include <sycl/detail/owner_less_base.hpp>
#include <sycl/platform.hpp>
#include <sycl/property_list.hpp>
#include <ur_api.h>
#include <cstddef>
#include <memory>
#include <type_traits>
#include <variant>
#include <vector>
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 | |
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 > |