DPC++ Runtime
Runtime libraries for oneAPI DPC++
platform.hpp File Reference
#include <sycl/aspects.hpp>
#include <sycl/backend_types.hpp>
#include <sycl/context.hpp>
#include <sycl/detail/defines_elementary.hpp>
#include <sycl/detail/export.hpp>
#include <sycl/detail/info_desc_helpers.hpp>
#include <sycl/detail/owner_less_base.hpp>
#include <sycl/detail/pi.h>
#include <sycl/detail/string.hpp>
#include <sycl/detail/string_view.hpp>
#include <sycl/detail/util.hpp>
#include <sycl/device_selector.hpp>
#include <sycl/info/info_desc.hpp>
#include <cstddef>
#include <memory>
#include <string>
#include <variant>
#include <vector>
Include dependency graph for platform.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sycl::_V1::platform
 Encapsulates a SYCL platform on which kernels may be executed. More...
 
struct  std::hash< sycl::platform >
 

Namespaces

 sycl
 
 sycl::_V1
 
 sycl::_V1::detail
 
 sycl::_V1::ext
 
 sycl::_V1::ext::oneapi
 
 std
 

Functions

template<backend BackendName, class SyclObjectT >
auto sycl::_V1::get_native (const SyclObjectT &Obj) -> backend_return_t< BackendName, SyclObjectT >
 
void sycl::_V1::detail::enable_ext_oneapi_default_context (bool Val)
 Allows to enable/disable "Default Context" extension. More...
 
template<typename ParamT >
auto sycl::_V1::detail::convert_to_abi_neutral (ParamT &&Info)
 
template<typename ParamT >
auto sycl::_V1::detail::convert_from_abi_neutral (ParamT &&Info)