DPC++ Runtime
Runtime libraries for oneAPI DPC++
sycl::_V1::detail::BackendInput< backend::ext_oneapi_cuda, buffer< DataT, Dimensions, AllocatorT > > Struct Template Reference

#include <sycl/detail/backend_traits_cuda.hpp>

Public Types

using type = CUdeviceptr
 
using type = DataT *
 

Detailed Description

template<typename DataT, int Dimensions, typename AllocatorT>
struct sycl::_V1::detail::BackendInput< backend::ext_oneapi_cuda, buffer< DataT, Dimensions, AllocatorT > >

Definition at line 61 of file backend_traits_cuda.hpp.

Member Typedef Documentation

◆ type [1/2]

template<typename DataT , int Dimensions, typename AllocatorT >
using sycl::_V1::detail::BackendInput< backend::ext_oneapi_cuda, buffer< DataT, Dimensions, AllocatorT > >::type = CUdeviceptr

Definition at line 63 of file backend_traits_cuda.hpp.

◆ type [2/2]

template<typename DataT , int Dimensions, typename AllocatorT >
using sycl::_V1::detail::BackendInput< backend::ext_oneapi_cuda, buffer< DataT, Dimensions, AllocatorT > >::type = DataT *

Definition at line 65 of file backend_traits_cuda.hpp.


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