TT-MLIR
Public Types | Public Member Functions | Static Public Member Functions | Private Member Functions | Static Private Member Functions | List of all members
mlir::tt::ttnn::ReduceScatterOp Class Reference
Inheritance diagram for mlir::tt::ttnn::ReduceScatterOp:

Public Types

using Adaptor = ReduceScatterOpAdaptor
 
template<typename RangeT >
using GenericAdaptor = ReduceScatterOpGenericAdaptor< RangeT >
 
using FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute > >
 
using Properties = FoldAdaptor::Properties
 

Public Member Functions

static ::llvm::ArrayRef<::llvm::StringRef > getAttributeNames ()
 
::mlir::StringAttr getMathOpAttrName ()
 
::mlir::StringAttr getNumLinksAttrName ()
 
::mlir::StringAttr getScatterSplitDimAttrName ()
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index)
 
::mlir::Operation::operand_range getODSOperands (unsigned index)
 
::mlir::TypedValue<::mlir::RankedTensorType > getInput ()
 
::mlir::OpOperand & getInputMutable ()
 
std::pair< unsigned, unsigned > getODSResultIndexAndLength (unsigned index)
 
::mlir::Operation::result_range getODSResults (unsigned index)
 
::mlir::TypedValue<::mlir::RankedTensorType > getResult ()
 
void writeProperties (::mlir::DialectBytecodeWriter &writer)
 
::mlir::IntegerAttr getScatterSplitDimAttr ()
 
int32_t getScatterSplitDim ()
 
::mlir::IntegerAttr getMathOpAttr ()
 
::llvm::APInt getMathOp ()
 
::mlir::IntegerAttr getNumLinksAttr ()
 
int32_t getNumLinks ()
 
void setScatterSplitDimAttr (::mlir::IntegerAttr attr)
 
void setScatterSplitDim (int32_t attrValue)
 
void setMathOpAttr (::mlir::IntegerAttr attr)
 
void setMathOp (::llvm::APInt attrValue)
 
void setNumLinksAttr (::mlir::IntegerAttr attr)
 
void setNumLinks (int32_t attrValue)
 
::llvm::LogicalResult verifyInvariantsImpl ()
 
::llvm::LogicalResult verifyInvariants ()
 
::llvm::LogicalResult verify ()
 

Static Public Member Functions

::mlir::StringAttr getMathOpAttrName (::mlir::OperationName name)
 
::mlir::StringAttr getNumLinksAttrName (::mlir::OperationName name)
 
::mlir::StringAttr getScatterSplitDimAttrName (::mlir::OperationName name)
 
static constexpr ::llvm::StringLiteral getOperationName ()
 
::llvm::LogicalResult setPropertiesFromAttr (Properties &prop, ::mlir::Attribute attr, ::llvm::function_ref<::mlir::InFlightDiagnostic()> emitError)
 
::mlir::Attribute getPropertiesAsAttr (::mlir::MLIRContext *ctx, const Properties &prop)
 
static llvm::hash_code computePropertiesHash (const Properties &prop)
 
static std::optional< mlir::Attribute > getInherentAttr (::mlir::MLIRContext *ctx, const Properties &prop, llvm::StringRef name)
 
static void setInherentAttr (Properties &prop, llvm::StringRef name, mlir::Attribute value)
 
static void populateInherentAttrs (::mlir::MLIRContext *ctx, const Properties &prop, ::mlir::NamedAttrList &attrs)
 
::llvm::LogicalResult verifyInherentAttrs (::mlir::OperationName opName, ::mlir::NamedAttrList &attrs, llvm::function_ref<::mlir::InFlightDiagnostic()> emitError)
 
::llvm::LogicalResult readProperties (::mlir::DialectBytecodeReader &reader, ::mlir::OperationState &state)
 
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::Type result, ::mlir::Value input, ::mlir::IntegerAttr scatter_split_dim, ::mlir::IntegerAttr math_op, ::mlir::IntegerAttr num_links)
 
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::Value input, ::mlir::IntegerAttr scatter_split_dim, ::mlir::IntegerAttr math_op, ::mlir::IntegerAttr num_links)
 
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::Type result, ::mlir::Value input, int32_t scatter_split_dim, ::llvm::APInt math_op, int32_t num_links=1)
 
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::Value input, int32_t scatter_split_dim, ::llvm::APInt math_op, int32_t num_links=1)
 
static void build (::mlir::OpBuilder &, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::ValueRange operands, ::llvm::ArrayRef<::mlir::NamedAttribute > attributes={})
 
static void populateDefaultProperties (::mlir::OperationName opName, Properties &properties)
 

Private Member Functions

::mlir::StringAttr getAttributeNameForIndex (unsigned index)
 

Static Private Member Functions

::mlir::StringAttr getAttributeNameForIndex (::mlir::OperationName name, unsigned index)
 

Member Typedef Documentation

◆ Adaptor

◆ FoldAdaptor

using mlir::tt::ttnn::ReduceScatterOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute> >

◆ GenericAdaptor

◆ Properties

Member Function Documentation

◆ build() [1/5]

void mlir::tt::ttnn::ReduceScatterOp::build ( ::mlir::OpBuilder &  ,
::mlir::OperationState &  odsState,
::mlir::TypeRange  resultTypes,
::mlir::ValueRange  operands,
::llvm::ArrayRef<::mlir::NamedAttribute >  attributes = {} 
)
static

◆ build() [2/5]

void mlir::tt::ttnn::ReduceScatterOp::build ( ::mlir::OpBuilder &  odsBuilder,
::mlir::OperationState &  odsState,
::mlir::Type  result,
::mlir::Value  input,
::mlir::IntegerAttr  scatter_split_dim,
::mlir::IntegerAttr  math_op,
::mlir::IntegerAttr  num_links 
)
static

◆ build() [3/5]

void mlir::tt::ttnn::ReduceScatterOp::build ( ::mlir::OpBuilder &  odsBuilder,
::mlir::OperationState &  odsState,
::mlir::Type  result,
::mlir::Value  input,
int32_t  scatter_split_dim,
::llvm::APInt  math_op,
int32_t  num_links = 1 
)
static

◆ build() [4/5]

void mlir::tt::ttnn::ReduceScatterOp::build ( ::mlir::OpBuilder &  odsBuilder,
::mlir::OperationState &  odsState,
::mlir::TypeRange  resultTypes,
::mlir::Value  input,
::mlir::IntegerAttr  scatter_split_dim,
::mlir::IntegerAttr  math_op,
::mlir::IntegerAttr  num_links 
)
static

◆ build() [5/5]

void mlir::tt::ttnn::ReduceScatterOp::build ( ::mlir::OpBuilder &  odsBuilder,
::mlir::OperationState &  odsState,
::mlir::TypeRange  resultTypes,
::mlir::Value  input,
int32_t  scatter_split_dim,
::llvm::APInt  math_op,
int32_t  num_links = 1 
)
static

◆ computePropertiesHash()

llvm::hash_code mlir::tt::ttnn::ReduceScatterOp::computePropertiesHash ( const Properties prop)
static

◆ getAttributeNameForIndex() [1/2]

::mlir::StringAttr mlir::tt::ttnn::ReduceScatterOp::getAttributeNameForIndex ( ::mlir::OperationName  name,
unsigned  index 
)
inlinestaticprivate

◆ getAttributeNameForIndex() [2/2]

::mlir::StringAttr mlir::tt::ttnn::ReduceScatterOp::getAttributeNameForIndex ( unsigned  index)
inlineprivate

◆ getAttributeNames()

static ::llvm::ArrayRef<::llvm::StringRef> mlir::tt::ttnn::ReduceScatterOp::getAttributeNames ( )
inline

◆ getInherentAttr()

std::optional< mlir::Attribute > mlir::tt::ttnn::ReduceScatterOp::getInherentAttr ( ::mlir::MLIRContext *  ctx,
const Properties prop,
llvm::StringRef  name 
)
static

◆ getInput()

::mlir::TypedValue<::mlir::RankedTensorType> mlir::tt::ttnn::ReduceScatterOp::getInput ( )
inline

◆ getInputMutable()

::mlir::OpOperand& mlir::tt::ttnn::ReduceScatterOp::getInputMutable ( )
inline

◆ getMathOp()

llvm::APInt mlir::tt::ttnn::ReduceScatterOp::getMathOp ( )

◆ getMathOpAttr()

::mlir::IntegerAttr mlir::tt::ttnn::ReduceScatterOp::getMathOpAttr ( )
inline

◆ getMathOpAttrName() [1/2]

::mlir::StringAttr mlir::tt::ttnn::ReduceScatterOp::getMathOpAttrName ( )
inline

◆ getMathOpAttrName() [2/2]

::mlir::StringAttr mlir::tt::ttnn::ReduceScatterOp::getMathOpAttrName ( ::mlir::OperationName  name)
inlinestatic

◆ getNumLinks()

int32_t mlir::tt::ttnn::ReduceScatterOp::getNumLinks ( )

◆ getNumLinksAttr()

::mlir::IntegerAttr mlir::tt::ttnn::ReduceScatterOp::getNumLinksAttr ( )
inline

◆ getNumLinksAttrName() [1/2]

::mlir::StringAttr mlir::tt::ttnn::ReduceScatterOp::getNumLinksAttrName ( )
inline

◆ getNumLinksAttrName() [2/2]

::mlir::StringAttr mlir::tt::ttnn::ReduceScatterOp::getNumLinksAttrName ( ::mlir::OperationName  name)
inlinestatic

◆ getODSOperandIndexAndLength()

std::pair<unsigned, unsigned> mlir::tt::ttnn::ReduceScatterOp::getODSOperandIndexAndLength ( unsigned  index)
inline

◆ getODSOperands()

::mlir::Operation::operand_range mlir::tt::ttnn::ReduceScatterOp::getODSOperands ( unsigned  index)
inline

◆ getODSResultIndexAndLength()

std::pair<unsigned, unsigned> mlir::tt::ttnn::ReduceScatterOp::getODSResultIndexAndLength ( unsigned  index)
inline

◆ getODSResults()

::mlir::Operation::result_range mlir::tt::ttnn::ReduceScatterOp::getODSResults ( unsigned  index)
inline

◆ getOperationName()

static constexpr ::llvm::StringLiteral mlir::tt::ttnn::ReduceScatterOp::getOperationName ( )
inlinestatic

◆ getPropertiesAsAttr()

mlir::Attribute mlir::tt::ttnn::ReduceScatterOp::getPropertiesAsAttr ( ::mlir::MLIRContext *  ctx,
const Properties prop 
)
static

◆ getResult()

::mlir::TypedValue<::mlir::RankedTensorType> mlir::tt::ttnn::ReduceScatterOp::getResult ( )
inline

◆ getScatterSplitDim()

int32_t mlir::tt::ttnn::ReduceScatterOp::getScatterSplitDim ( )

◆ getScatterSplitDimAttr()

::mlir::IntegerAttr mlir::tt::ttnn::ReduceScatterOp::getScatterSplitDimAttr ( )
inline

◆ getScatterSplitDimAttrName() [1/2]

::mlir::StringAttr mlir::tt::ttnn::ReduceScatterOp::getScatterSplitDimAttrName ( )
inline

◆ getScatterSplitDimAttrName() [2/2]

::mlir::StringAttr mlir::tt::ttnn::ReduceScatterOp::getScatterSplitDimAttrName ( ::mlir::OperationName  name)
inlinestatic

◆ populateDefaultProperties()

void mlir::tt::ttnn::ReduceScatterOp::populateDefaultProperties ( ::mlir::OperationName  opName,
Properties properties 
)
static

◆ populateInherentAttrs()

void mlir::tt::ttnn::ReduceScatterOp::populateInherentAttrs ( ::mlir::MLIRContext *  ctx,
const Properties prop,
::mlir::NamedAttrList &  attrs 
)
static

◆ readProperties()

llvm::LogicalResult mlir::tt::ttnn::ReduceScatterOp::readProperties ( ::mlir::DialectBytecodeReader &  reader,
::mlir::OperationState &  state 
)
static

◆ setInherentAttr()

void mlir::tt::ttnn::ReduceScatterOp::setInherentAttr ( Properties prop,
llvm::StringRef  name,
mlir::Attribute  value 
)
static

◆ setMathOp()

void mlir::tt::ttnn::ReduceScatterOp::setMathOp ( ::llvm::APInt  attrValue)

◆ setMathOpAttr()

void mlir::tt::ttnn::ReduceScatterOp::setMathOpAttr ( ::mlir::IntegerAttr  attr)
inline

◆ setNumLinks()

void mlir::tt::ttnn::ReduceScatterOp::setNumLinks ( int32_t  attrValue)

◆ setNumLinksAttr()

void mlir::tt::ttnn::ReduceScatterOp::setNumLinksAttr ( ::mlir::IntegerAttr  attr)
inline

◆ setPropertiesFromAttr()

llvm::LogicalResult mlir::tt::ttnn::ReduceScatterOp::setPropertiesFromAttr ( Properties prop,
::mlir::Attribute  attr,
::llvm::function_ref<::mlir::InFlightDiagnostic()>  emitError 
)
static

◆ setScatterSplitDim()

void mlir::tt::ttnn::ReduceScatterOp::setScatterSplitDim ( int32_t  attrValue)

◆ setScatterSplitDimAttr()

void mlir::tt::ttnn::ReduceScatterOp::setScatterSplitDimAttr ( ::mlir::IntegerAttr  attr)
inline

◆ verify()

::llvm::LogicalResult mlir::tt::ttnn::ReduceScatterOp::verify ( )

◆ verifyInherentAttrs()

llvm::LogicalResult mlir::tt::ttnn::ReduceScatterOp::verifyInherentAttrs ( ::mlir::OperationName  opName,
::mlir::NamedAttrList &  attrs,
llvm::function_ref<::mlir::InFlightDiagnostic()>  emitError 
)
static

◆ verifyInvariants()

llvm::LogicalResult mlir::tt::ttnn::ReduceScatterOp::verifyInvariants ( )

◆ verifyInvariantsImpl()

llvm::LogicalResult mlir::tt::ttnn::ReduceScatterOp::verifyInvariantsImpl ( )

◆ writeProperties()

void mlir::tt::ttnn::ReduceScatterOp::writeProperties ( ::mlir::DialectBytecodeWriter &  writer)

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