DPC++ Runtime
Runtime libraries for oneAPI DPC++
sycl::_V1::detail::InteropFeatureSupportMap< Backend > Struct Template Reference

#include <sycl/detail/backend_traits.hpp>

Collaboration diagram for sycl::_V1::detail::InteropFeatureSupportMap< Backend >:

Static Public Attributes

static constexpr bool MakePlatform = false
 
static constexpr bool MakeDevice = false
 
static constexpr bool MakeContext = false
 
static constexpr bool MakeQueue = false
 
static constexpr bool MakeEvent = false
 
static constexpr bool MakeBuffer = false
 
static constexpr bool MakeKernel = false
 
static constexpr bool MakeKernelBundle = false
 
static constexpr bool MakeImage = false
 

Detailed Description

template<backend Backend>
struct sycl::_V1::detail::InteropFeatureSupportMap< Backend >

Definition at line 23 of file backend_traits.hpp.

Member Data Documentation

◆ MakeBuffer

template<backend Backend>
constexpr bool sycl::_V1::detail::InteropFeatureSupportMap< Backend >::MakeBuffer = false
staticconstexpr

Definition at line 29 of file backend_traits.hpp.

◆ MakeContext

template<backend Backend>
constexpr bool sycl::_V1::detail::InteropFeatureSupportMap< Backend >::MakeContext = false
staticconstexpr

Definition at line 26 of file backend_traits.hpp.

◆ MakeDevice

template<backend Backend>
constexpr bool sycl::_V1::detail::InteropFeatureSupportMap< Backend >::MakeDevice = false
staticconstexpr

Definition at line 25 of file backend_traits.hpp.

◆ MakeEvent

template<backend Backend>
constexpr bool sycl::_V1::detail::InteropFeatureSupportMap< Backend >::MakeEvent = false
staticconstexpr

Definition at line 28 of file backend_traits.hpp.

◆ MakeImage

template<backend Backend>
constexpr bool sycl::_V1::detail::InteropFeatureSupportMap< Backend >::MakeImage = false
staticconstexpr

Definition at line 32 of file backend_traits.hpp.

◆ MakeKernel

template<backend Backend>
constexpr bool sycl::_V1::detail::InteropFeatureSupportMap< Backend >::MakeKernel = false
staticconstexpr

Definition at line 30 of file backend_traits.hpp.

◆ MakeKernelBundle

template<backend Backend>
constexpr bool sycl::_V1::detail::InteropFeatureSupportMap< Backend >::MakeKernelBundle = false
staticconstexpr

Definition at line 31 of file backend_traits.hpp.

◆ MakePlatform

template<backend Backend>
constexpr bool sycl::_V1::detail::InteropFeatureSupportMap< Backend >::MakePlatform = false
staticconstexpr

Definition at line 24 of file backend_traits.hpp.

◆ MakeQueue

template<backend Backend>
constexpr bool sycl::_V1::detail::InteropFeatureSupportMap< Backend >::MakeQueue = false
staticconstexpr

Definition at line 27 of file backend_traits.hpp.


The documentation for this struct was generated from the following file: