TT-MLIR
Public Member Functions | List of all members
mlir::tt::ttir::AllGatherOpAdaptor Class Reference
Inheritance diagram for mlir::tt::ttir::AllGatherOpAdaptor:
mlir::tt::ttir::AllGatherOpGenericAdaptor<::mlir::ValueRange > mlir::tt::ttir::detail::AllGatherOpGenericAdaptorBase

Public Member Functions

 AllGatherOpAdaptor (AllGatherOp op)
 
::llvm::LogicalResult verify (::mlir::Location loc)
 
 AllGatherOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 AllGatherOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
 AllGatherOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr)
 
template<typename LateInst = AllGatherOp, typename = std::enable_if_t<std::is_same_v<LateInst, AllGatherOp>>>
 AllGatherOpGenericAdaptor (RangeT values, LateInst op)
 
- Public Member Functions inherited from mlir::tt::ttir::AllGatherOpGenericAdaptor<::mlir::ValueRange >
 AllGatherOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 AllGatherOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
 AllGatherOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs=nullptr)
 
 AllGatherOpGenericAdaptor (::mlir::ValueRange values, LateInst op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index)
 
::mlir::ValueRange getODSOperands (unsigned index)
 
ValueT getInput ()
 
ValueT getOutput ()
 
::mlir::ValueRange getOperands ()
 
- Public Member Functions inherited from mlir::tt::ttir::detail::AllGatherOpGenericAdaptorBase
 AllGatherOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 AllGatherOpGenericAdaptorBase (AllGatherOp op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
 
const PropertiesgetProperties ()
 
::mlir::DictionaryAttr getAttributes ()
 
::mlir::IntegerAttr getDimAttr ()
 
int32_t getDim ()
 
::mlir::ArrayAttr getOperandConstraintsAttr ()
 
::mlir::ArrayAttr getOperandConstraints ()
 

Additional Inherited Members

- Protected Attributes inherited from mlir::tt::ttir::detail::AllGatherOpGenericAdaptorBase
::mlir::DictionaryAttr odsAttrs
 
::std::optional<::mlir::OperationName > odsOpName
 
Properties properties
 
::mlir::RegionRange odsRegions
 

Constructor & Destructor Documentation

◆ AllGatherOpAdaptor()

mlir::tt::ttir::AllGatherOpAdaptor::AllGatherOpAdaptor ( AllGatherOp  op)

Member Function Documentation

◆ AllGatherOpGenericAdaptor() [1/4]

◆ AllGatherOpGenericAdaptor() [2/4]

◆ AllGatherOpGenericAdaptor() [3/4]

◆ AllGatherOpGenericAdaptor() [4/4]

template<typename LateInst = AllGatherOp, typename = std::enable_if_t<std::is_same_v<LateInst, AllGatherOp>>>
mlir::tt::ttir::AllGatherOpGenericAdaptor< RangeT >::AllGatherOpGenericAdaptor ( typename LateInst  = AllGatherOp,
typename  = std::enable_if_t<std::is_same_v<LateInst, AllGatherOp>> 
)
inline

◆ verify()

llvm::LogicalResult mlir::tt::ttir::AllGatherOpAdaptor::verify ( ::mlir::Location  loc)

The documentation for this class was generated from the following files: