TT-MLIR
|
Public Types | |
using | Adaptor = MeshShardOpAdaptor |
template<typename RangeT > | |
using | GenericAdaptor = MeshShardOpGenericAdaptor< RangeT > |
using | FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute > > |
using | Properties = FoldAdaptor::Properties |
Public Member Functions | |
static ::llvm::ArrayRef<::llvm::StringRef > | getAttributeNames () |
::mlir::StringAttr | getShardDirectionAttrName () |
::mlir::StringAttr | getShardShapeAttrName () |
::mlir::StringAttr | getShardTypeAttrName () |
std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index) |
::mlir::Operation::operand_range | getODSOperands (unsigned index) |
::mlir::TypedValue<::mlir::RankedTensorType > | getInput () |
::mlir::TypedValue<::mlir::tt::DeviceType > | getDevice () |
::mlir::OpOperand & | getInputMutable () |
::mlir::OpOperand & | getDeviceMutable () |
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::tt::MeshShardDirectionAttr | getShardDirectionAttr () |
::mlir::tt::MeshShardDirection | getShardDirection () |
::mlir::tt::MeshShardTypeAttr | getShardTypeAttr () |
::mlir::tt::MeshShardType | getShardType () |
::mlir::tt::GridAttr | getShardShapeAttr () |
::mlir::tt::GridAttr | getShardShape () |
void | setShardDirectionAttr (::mlir::tt::MeshShardDirectionAttr attr) |
void | setShardDirection (::mlir::tt::MeshShardDirection attrValue) |
void | setShardTypeAttr (::mlir::tt::MeshShardTypeAttr attr) |
void | setShardType (::mlir::tt::MeshShardType attrValue) |
void | setShardShapeAttr (::mlir::tt::GridAttr attr) |
::llvm::LogicalResult | verifyInvariantsImpl () |
::llvm::LogicalResult | verifyInvariants () |
::llvm::LogicalResult | verify () |
void | getEffects (::llvm::SmallVectorImpl<::mlir::SideEffects::EffectInstance<::mlir::MemoryEffects::Effect >> &effects) |
Static Public Member Functions | |
::mlir::StringAttr | getShardDirectionAttrName (::mlir::OperationName name) |
::mlir::StringAttr | getShardShapeAttrName (::mlir::OperationName name) |
::mlir::StringAttr | getShardTypeAttrName (::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::Value device, ::mlir::tt::MeshShardDirectionAttr shard_direction, ::mlir::tt::MeshShardTypeAttr shard_type, ::mlir::tt::GridAttr shard_shape) |
static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::Value input, ::mlir::Value device, ::mlir::tt::MeshShardDirectionAttr shard_direction, ::mlir::tt::MeshShardTypeAttr shard_type, ::mlir::tt::GridAttr shard_shape) |
static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::Type result, ::mlir::Value input, ::mlir::Value device, ::mlir::tt::MeshShardDirection shard_direction, ::mlir::tt::MeshShardType shard_type, ::mlir::tt::GridAttr shard_shape) |
static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::Value input, ::mlir::Value device, ::mlir::tt::MeshShardDirection shard_direction, ::mlir::tt::MeshShardType shard_type, ::mlir::tt::GridAttr shard_shape) |
static void | build (::mlir::OpBuilder &, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::ValueRange operands, ::llvm::ArrayRef<::mlir::NamedAttribute > attributes={}) |
Private Member Functions | |
::mlir::StringAttr | getAttributeNameForIndex (unsigned index) |
Static Private Member Functions | |
::mlir::StringAttr | getAttributeNameForIndex (::mlir::OperationName name, unsigned index) |
using mlir::tt::ttnn::MeshShardOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute> > |
using mlir::tt::ttnn::MeshShardOp::GenericAdaptor = MeshShardOpGenericAdaptor<RangeT> |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
inlinestaticprivate |
|
inlineprivate |
|
inline |
|
inline |
|
inline |
void mlir::tt::ttnn::MeshShardOp::getEffects | ( | ::llvm::SmallVectorImpl<::mlir::SideEffects::EffectInstance<::mlir::MemoryEffects::Effect >> & | effects | ) |
|
static |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
static |
|
inline |
mlir::tt::MeshShardDirection mlir::tt::ttnn::MeshShardOp::getShardDirection | ( | ) |
|
inline |
|
inline |
|
inlinestatic |
mlir::tt::GridAttr mlir::tt::ttnn::MeshShardOp::getShardShape | ( | ) |
|
inline |
|
inline |
|
inlinestatic |
mlir::tt::MeshShardType mlir::tt::ttnn::MeshShardOp::getShardType | ( | ) |
|
inline |
|
inline |
|
inlinestatic |
|
static |
|
static |
|
static |
|
static |
void mlir::tt::ttnn::MeshShardOp::setShardDirection | ( | ::mlir::tt::MeshShardDirection | attrValue | ) |
|
inline |
|
inline |
void mlir::tt::ttnn::MeshShardOp::setShardType | ( | ::mlir::tt::MeshShardType | attrValue | ) |
|
inline |
::llvm::LogicalResult mlir::tt::ttnn::MeshShardOp::verify | ( | ) |
|
static |
llvm::LogicalResult mlir::tt::ttnn::MeshShardOp::verifyInvariants | ( | ) |
llvm::LogicalResult mlir::tt::ttnn::MeshShardOp::verifyInvariantsImpl | ( | ) |
void mlir::tt::ttnn::MeshShardOp::writeProperties | ( | ::mlir::DialectBytecodeWriter & | writer | ) |