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::MeshShardOp Class Reference
Inheritance diagram for mlir::tt::ttnn::MeshShardOp:

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::DeviceTypegetDevice ()
 
::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)
 

Member Typedef Documentation

◆ Adaptor

◆ FoldAdaptor

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

◆ GenericAdaptor

template<typename RangeT >
using mlir::tt::ttnn::MeshShardOp::GenericAdaptor = MeshShardOpGenericAdaptor<RangeT>

◆ Properties

Member Function Documentation

◆ build() [1/5]

void mlir::tt::ttnn::MeshShardOp::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::MeshShardOp::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

◆ build() [3/5]

void mlir::tt::ttnn::MeshShardOp::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

◆ build() [4/5]

void mlir::tt::ttnn::MeshShardOp::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

◆ build() [5/5]

void mlir::tt::ttnn::MeshShardOp::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

◆ computePropertiesHash()

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

◆ getAttributeNameForIndex() [1/2]

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

◆ getAttributeNameForIndex() [2/2]

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

◆ getAttributeNames()

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

◆ getDevice()

::mlir::TypedValue<::mlir::tt::DeviceType> mlir::tt::ttnn::MeshShardOp::getDevice ( )
inline

◆ getDeviceMutable()

::mlir::OpOperand& mlir::tt::ttnn::MeshShardOp::getDeviceMutable ( )
inline

◆ getEffects()

void mlir::tt::ttnn::MeshShardOp::getEffects ( ::llvm::SmallVectorImpl<::mlir::SideEffects::EffectInstance<::mlir::MemoryEffects::Effect >> &  effects)

◆ getInherentAttr()

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

◆ getInput()

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

◆ getInputMutable()

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

◆ getODSOperandIndexAndLength()

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

◆ getODSOperands()

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

◆ getODSResultIndexAndLength()

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

◆ getODSResults()

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

◆ getOperationName()

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

◆ getPropertiesAsAttr()

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

◆ getResult()

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

◆ getShardDirection()

mlir::tt::MeshShardDirection mlir::tt::ttnn::MeshShardOp::getShardDirection ( )

◆ getShardDirectionAttr()

::mlir::tt::MeshShardDirectionAttr mlir::tt::ttnn::MeshShardOp::getShardDirectionAttr ( )
inline

◆ getShardDirectionAttrName() [1/2]

::mlir::StringAttr mlir::tt::ttnn::MeshShardOp::getShardDirectionAttrName ( )
inline

◆ getShardDirectionAttrName() [2/2]

::mlir::StringAttr mlir::tt::ttnn::MeshShardOp::getShardDirectionAttrName ( ::mlir::OperationName  name)
inlinestatic

◆ getShardShape()

mlir::tt::GridAttr mlir::tt::ttnn::MeshShardOp::getShardShape ( )

◆ getShardShapeAttr()

::mlir::tt::GridAttr mlir::tt::ttnn::MeshShardOp::getShardShapeAttr ( )
inline

◆ getShardShapeAttrName() [1/2]

::mlir::StringAttr mlir::tt::ttnn::MeshShardOp::getShardShapeAttrName ( )
inline

◆ getShardShapeAttrName() [2/2]

::mlir::StringAttr mlir::tt::ttnn::MeshShardOp::getShardShapeAttrName ( ::mlir::OperationName  name)
inlinestatic

◆ getShardType()

mlir::tt::MeshShardType mlir::tt::ttnn::MeshShardOp::getShardType ( )

◆ getShardTypeAttr()

::mlir::tt::MeshShardTypeAttr mlir::tt::ttnn::MeshShardOp::getShardTypeAttr ( )
inline

◆ getShardTypeAttrName() [1/2]

::mlir::StringAttr mlir::tt::ttnn::MeshShardOp::getShardTypeAttrName ( )
inline

◆ getShardTypeAttrName() [2/2]

::mlir::StringAttr mlir::tt::ttnn::MeshShardOp::getShardTypeAttrName ( ::mlir::OperationName  name)
inlinestatic

◆ populateInherentAttrs()

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

◆ readProperties()

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

◆ setInherentAttr()

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

◆ setPropertiesFromAttr()

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

◆ setShardDirection()

void mlir::tt::ttnn::MeshShardOp::setShardDirection ( ::mlir::tt::MeshShardDirection  attrValue)

◆ setShardDirectionAttr()

void mlir::tt::ttnn::MeshShardOp::setShardDirectionAttr ( ::mlir::tt::MeshShardDirectionAttr  attr)
inline

◆ setShardShapeAttr()

void mlir::tt::ttnn::MeshShardOp::setShardShapeAttr ( ::mlir::tt::GridAttr  attr)
inline

◆ setShardType()

void mlir::tt::ttnn::MeshShardOp::setShardType ( ::mlir::tt::MeshShardType  attrValue)

◆ setShardTypeAttr()

void mlir::tt::ttnn::MeshShardOp::setShardTypeAttr ( ::mlir::tt::MeshShardTypeAttr  attr)
inline

◆ verify()

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

◆ verifyInherentAttrs()

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

◆ verifyInvariants()

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

◆ verifyInvariantsImpl()

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

◆ writeProperties()

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

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