DPC++ Runtime
Runtime libraries for oneAPI DPC++
sycl::_V1::detail::InteropFeatureSupportMap< backend::opencl > Struct Reference

#include <sycl/detail/backend_traits_opencl.hpp>

Collaboration diagram for sycl::_V1::detail::InteropFeatureSupportMap< backend::opencl >:

Static Public Attributes

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

Detailed Description

Definition at line 130 of file backend_traits_opencl.hpp.

Member Data Documentation

◆ MakeBuffer

constexpr bool sycl::_V1::detail::InteropFeatureSupportMap< backend::opencl >::MakeBuffer = true
staticconstexpr

Definition at line 136 of file backend_traits_opencl.hpp.

◆ MakeContext

constexpr bool sycl::_V1::detail::InteropFeatureSupportMap< backend::opencl >::MakeContext = true
staticconstexpr

Definition at line 133 of file backend_traits_opencl.hpp.

◆ MakeDevice

constexpr bool sycl::_V1::detail::InteropFeatureSupportMap< backend::opencl >::MakeDevice = true
staticconstexpr

Definition at line 132 of file backend_traits_opencl.hpp.

◆ MakeEvent

constexpr bool sycl::_V1::detail::InteropFeatureSupportMap< backend::opencl >::MakeEvent = true
staticconstexpr

Definition at line 135 of file backend_traits_opencl.hpp.

◆ MakeImage

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

Definition at line 139 of file backend_traits_opencl.hpp.

◆ MakeKernel

constexpr bool sycl::_V1::detail::InteropFeatureSupportMap< backend::opencl >::MakeKernel = true
staticconstexpr

Definition at line 137 of file backend_traits_opencl.hpp.

◆ MakeKernelBundle

constexpr bool sycl::_V1::detail::InteropFeatureSupportMap< backend::opencl >::MakeKernelBundle = true
staticconstexpr

Definition at line 138 of file backend_traits_opencl.hpp.

◆ MakePlatform

constexpr bool sycl::_V1::detail::InteropFeatureSupportMap< backend::opencl >::MakePlatform = true
staticconstexpr

Definition at line 131 of file backend_traits_opencl.hpp.

◆ MakeQueue

constexpr bool sycl::_V1::detail::InteropFeatureSupportMap< backend::opencl >::MakeQueue = true
staticconstexpr

Definition at line 134 of file backend_traits_opencl.hpp.


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