DPC++ Runtime
Runtime libraries for oneAPI DPC++
context.hpp File Reference
#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/detail/pi.h>
#include <sycl/device.hpp>
#include <sycl/platform.hpp>
#include <sycl/property_list.hpp>
#include <cstddef>
#include <memory>
#include <type_traits>
#include <variant>
#include <vector>
Include dependency graph for context.hpp:
This graph shows which files directly or indirectly include this file:

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 >