TT-MLIR
|
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) |
using mlir::tt::ttnn::ReduceScatterOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute> > |
using mlir::tt::ttnn::ReduceScatterOp::GenericAdaptor = ReduceScatterOpGenericAdaptor<RangeT> |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
inlinestaticprivate |
|
inlineprivate |
|
inline |
|
static |
|
inline |
|
inline |
llvm::APInt mlir::tt::ttnn::ReduceScatterOp::getMathOp | ( | ) |
|
inline |
|
inline |
|
inlinestatic |
int32_t mlir::tt::ttnn::ReduceScatterOp::getNumLinks | ( | ) |
|
inline |
|
inline |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
static |
|
inline |
int32_t mlir::tt::ttnn::ReduceScatterOp::getScatterSplitDim | ( | ) |
|
inline |
|
inline |
|
inlinestatic |
|
static |
|
static |
|
static |
|
static |
void mlir::tt::ttnn::ReduceScatterOp::setMathOp | ( | ::llvm::APInt | attrValue | ) |
|
inline |
void mlir::tt::ttnn::ReduceScatterOp::setNumLinks | ( | int32_t | attrValue | ) |
|
inline |
|
static |
void mlir::tt::ttnn::ReduceScatterOp::setScatterSplitDim | ( | int32_t | attrValue | ) |
|
inline |
::llvm::LogicalResult mlir::tt::ttnn::ReduceScatterOp::verify | ( | ) |
|
static |
llvm::LogicalResult mlir::tt::ttnn::ReduceScatterOp::verifyInvariants | ( | ) |
llvm::LogicalResult mlir::tt::ttnn::ReduceScatterOp::verifyInvariantsImpl | ( | ) |
void mlir::tt::ttnn::ReduceScatterOp::writeProperties | ( | ::mlir::DialectBytecodeWriter & | writer | ) |