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

#include <sycl/ext/oneapi/experimental/backend/backend_traits_cuda.hpp>

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

Static Public Attributes

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

Detailed Description

Definition at line 114 of file backend_traits_cuda.hpp.

Member Data Documentation

◆ MakeBuffer

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

Definition at line 120 of file backend_traits_cuda.hpp.

◆ MakeContext

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

Definition at line 117 of file backend_traits_cuda.hpp.

◆ MakeDevice

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

Definition at line 116 of file backend_traits_cuda.hpp.

◆ MakeEvent

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

Definition at line 119 of file backend_traits_cuda.hpp.

◆ MakeImage

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

Definition at line 123 of file backend_traits_cuda.hpp.

◆ MakeKernel

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

Definition at line 121 of file backend_traits_cuda.hpp.

◆ MakeKernelBundle

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

Definition at line 122 of file backend_traits_cuda.hpp.

◆ MakePlatform

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

Definition at line 115 of file backend_traits_cuda.hpp.

◆ MakeQueue

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

Definition at line 118 of file backend_traits_cuda.hpp.


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