DPC++ Runtime
Runtime libraries for oneAPI DPC++
backend_traits_hip.hpp File Reference
Include dependency graph for backend_traits_hip.hpp:

Go to the source code of this file.

Classes

struct  sycl::_V1::detail::interop< backend::ext_oneapi_hip, context >
 
struct  sycl::_V1::detail::interop< backend::ext_oneapi_hip, device >
 
struct  sycl::_V1::detail::interop< backend::ext_oneapi_hip, event >
 
struct  sycl::_V1::detail::interop< backend::ext_oneapi_hip, queue >
 
struct  sycl::_V1::detail::BackendInput< backend::ext_oneapi_hip, buffer< DataT, Dimensions, AllocatorT > >
 
struct  sycl::_V1::detail::BackendReturn< backend::ext_oneapi_hip, buffer< DataT, Dimensions, AllocatorT > >
 
struct  sycl::_V1::detail::BackendInput< backend::ext_oneapi_hip, context >
 
struct  sycl::_V1::detail::BackendReturn< backend::ext_oneapi_hip, context >
 
struct  sycl::_V1::detail::BackendInput< backend::ext_oneapi_hip, device >
 
struct  sycl::_V1::detail::BackendReturn< backend::ext_oneapi_hip, device >
 
struct  sycl::_V1::detail::BackendInput< backend::ext_oneapi_hip, event >
 
struct  sycl::_V1::detail::BackendReturn< backend::ext_oneapi_hip, event >
 
struct  sycl::_V1::detail::BackendInput< backend::ext_oneapi_hip, queue >
 
struct  sycl::_V1::detail::BackendReturn< backend::ext_oneapi_hip, queue >
 
struct  sycl::_V1::detail::InteropFeatureSupportMap< backend::ext_oneapi_hip >
 

Namespaces

 sycl
 
 sycl::_V1
 
 sycl::_V1::detail
 

Typedefs

typedef int HIPdevice
 
typedef struct ihipCtx_t * HIPcontext
 
typedef struct ihipStream_t * HIPstream
 
typedef struct ihipEvent_t * HIPevent
 
typedef struct ihipModule_t * HIPmodule
 
typedef void * HIPdeviceptr
 

Typedef Documentation

◆ HIPcontext

typedef struct ihipCtx_t* HIPcontext

Definition at line 25 of file backend_traits_hip.hpp.

◆ HIPdevice

typedef int HIPdevice

Definition at line 24 of file backend_traits_hip.hpp.

◆ HIPdeviceptr

typedef void* HIPdeviceptr

Definition at line 29 of file backend_traits_hip.hpp.

◆ HIPevent

typedef struct ihipEvent_t* HIPevent

Definition at line 27 of file backend_traits_hip.hpp.

◆ HIPmodule

typedef struct ihipModule_t* HIPmodule

Definition at line 28 of file backend_traits_hip.hpp.

◆ HIPstream

typedef struct ihipStream_t* HIPstream

Definition at line 26 of file backend_traits_hip.hpp.