Classes | Namespaces | Macros
TensorSyclConvertToDeviceExpression.h File Reference

Go to the source code of this file.

Classes

struct  Eigen::TensorSycl::internal::ConvertToDeviceExpression
 This struct is used to convert the MakePointer in the host expression to the MakeGlobalPointer for the device expression. For the leafNodes containing the pointer. This is due to the fact that the address space of the pointer T* is different on the host and the device. More...
 
struct  Eigen::TensorSycl::internal::DeviceConvertor< NonOpCategory, IsConst, Args >
 
struct  Eigen::TensorSycl::internal::NonOpConversion< NonOpCategory, IsConst, Args >
 

Namespaces

 Eigen
 
 Eigen::TensorSycl
 
 Eigen::TensorSycl::internal
 

Macros

#define ASSIGNCONVERT(CVQual, Res)
 
#define CATEGORYCONVERT(CVQual)
 
#define KERNELBROKERCONVERT(CVQual, Res, ExprNode)
 
#define KERNELBROKERCONVERTREDUCTION(CVQual)
 specialisation of the ConvertToDeviceExpression struct when the node type is TensorReductionOp More...
 
#define SELECTOPCONVERT(CVQual, Res)
 
#define TENSORMAPCONVERT(CVQual)
 

Macro Definition Documentation

◆ ASSIGNCONVERT

#define ASSIGNCONVERT (   CVQual,
  Res 
)
Value:
template <typename LHSExpr, typename RHSExpr>\
struct ConvertToDeviceExpression<CVQual TensorAssignOp<LHSExpr, RHSExpr> >\
: NonOpConversion<TensorAssignOp, Res, LHSExpr, RHSExpr>{};

specialisation of the ConvertToDeviceExpression struct when the node type is const AssingOP

Definition at line 105 of file TensorSyclConvertToDeviceExpression.h.

◆ CATEGORYCONVERT

#define CATEGORYCONVERT (   CVQual)
Value:
template <template<class, class...> class Category, typename OP, typename... subExprs>\
struct ConvertToDeviceExpression<CVQual Category<OP, subExprs...> > {\
};

specialisation of the ConvertToDeviceExpression struct when the node type is TensorCwiseNullaryOp, TensorCwiseUnaryOp, TensorCwiseBinaryOp, TensorCwiseTernaryOp, TensorBroadcastingOp

Definition at line 83 of file TensorSyclConvertToDeviceExpression.h.

◆ KERNELBROKERCONVERT

#define KERNELBROKERCONVERT (   CVQual,
  Res,
  ExprNode 
)
Value:
template <typename Expr>\
struct ConvertToDeviceExpression<CVQual ExprNode<Expr> > \
: DeviceConvertor<ExprNode, Res, Expr>{};

specialisation of the ConvertToDeviceExpression struct when the node type is either TensorForcedEvalOp or TensorEvalToOp

Definition at line 116 of file TensorSyclConvertToDeviceExpression.h.

◆ KERNELBROKERCONVERTREDUCTION

#define KERNELBROKERCONVERTREDUCTION (   CVQual)
Value:
template <typename OP, typename Dim, typename subExpr, template <class> class MakePointer_>\
struct ConvertToDeviceExpression<CVQual TensorReductionOp<OP, Dim, subExpr, MakePointer_> > {\
};

specialisation of the ConvertToDeviceExpression struct when the node type is TensorReductionOp

Definition at line 128 of file TensorSyclConvertToDeviceExpression.h.

◆ SELECTOPCONVERT

#define SELECTOPCONVERT (   CVQual,
  Res 
)
Value:
template <typename IfExpr, typename ThenExpr, typename ElseExpr>\
struct ConvertToDeviceExpression<CVQual TensorSelectOp<IfExpr, ThenExpr, ElseExpr> >\
: NonOpConversion<TensorSelectOp, Res, IfExpr, ThenExpr, ElseExpr> {};

specialisation of the ConvertToDeviceExpression struct when the node type is TensorCwiseSelectOp

Definition at line 95 of file TensorSyclConvertToDeviceExpression.h.

◆ TENSORMAPCONVERT

#define TENSORMAPCONVERT (   CVQual)
Value:
template <typename Scalar_, int Options_, int Options2_, int NumIndices_, typename IndexType_, template <class> class MakePointer_>\
struct ConvertToDeviceExpression<CVQual TensorMap<Tensor<Scalar_, NumIndices_, Options_, IndexType_>, Options2_, MakePointer_> > {\
typedef CVQual TensorMap<Tensor<Scalar_, NumIndices_, Options_, IndexType_>, Options2_, MakeGlobalPointer> Type;\
};

specialisation of the ConvertToDeviceExpression struct when the node type is TensorMap

Definition at line 71 of file TensorSyclConvertToDeviceExpression.h.

Eigen::Architecture::Type
Type
Definition: Constants.h:461
OP
#define OP(X)
Definition: common.h:39


control_box_rst
Author(s): Christoph Rösmann
autogenerated on Wed Mar 2 2022 00:07:18