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

Public Types

using Adaptor = MatmulTilesOpAdaptor
 
template<typename RangeT >
using GenericAdaptor = MatmulTilesOpGenericAdaptor< RangeT >
 
using FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute > >
 

Public Member Functions

static ::llvm::ArrayRef<::llvm::StringRef > getAttributeNames ()
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index)
 
::mlir::Operation::operand_range getODSOperands (unsigned index)
 
::mlir::TypedValue<::mlir::tt::ttkernel::CBTypegetIn0CbId ()
 
::mlir::TypedValue<::mlir::tt::ttkernel::CBTypegetIn1CbId ()
 
::mlir::TypedValue<::mlir::Type > getIn0TileIdx ()
 
::mlir::TypedValue<::mlir::Type > getIn1TileIdx ()
 
::mlir::TypedValue<::mlir::Type > getDstTileIdx ()
 
::mlir::TypedValue<::mlir::IntegerType > getTranspose ()
 
::mlir::OpOperand & getIn0CbIdMutable ()
 
::mlir::OpOperand & getIn1CbIdMutable ()
 
::mlir::OpOperand & getIn0TileIdxMutable ()
 
::mlir::OpOperand & getIn1TileIdxMutable ()
 
::mlir::OpOperand & getDstTileIdxMutable ()
 
::mlir::OpOperand & getTransposeMutable ()
 
std::pair< unsigned, unsigned > getODSResultIndexAndLength (unsigned index)
 
::mlir::Operation::result_range getODSResults (unsigned index)
 
::llvm::LogicalResult verifyInvariantsImpl ()
 
::llvm::LogicalResult verifyInvariants ()
 

Static Public Member Functions

static constexpr ::llvm::StringLiteral getOperationName ()
 
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::Value in0_cb_id, ::mlir::Value in1_cb_id, ::mlir::Value in0_tile_idx, ::mlir::Value in1_tile_idx, ::mlir::Value dst_tile_idx, ::mlir::Value transpose)
 
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::Value in0_cb_id, ::mlir::Value in1_cb_id, ::mlir::Value in0_tile_idx, ::mlir::Value in1_tile_idx, ::mlir::Value dst_tile_idx, ::mlir::Value transpose)
 
static void build (::mlir::OpBuilder &, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::ValueRange operands, ::llvm::ArrayRef<::mlir::NamedAttribute > attributes={})
 

Member Typedef Documentation

◆ Adaptor

◆ FoldAdaptor

using mlir::tt::ttkernel::MatmulTilesOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute> >

◆ GenericAdaptor

Member Function Documentation

◆ build() [1/3]

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

◆ build() [2/3]

void mlir::tt::ttkernel::MatmulTilesOp::build ( ::mlir::OpBuilder &  odsBuilder,
::mlir::OperationState &  odsState,
::mlir::TypeRange  resultTypes,
::mlir::Value  in0_cb_id,
::mlir::Value  in1_cb_id,
::mlir::Value  in0_tile_idx,
::mlir::Value  in1_tile_idx,
::mlir::Value  dst_tile_idx,
::mlir::Value  transpose 
)
static

◆ build() [3/3]

void mlir::tt::ttkernel::MatmulTilesOp::build ( ::mlir::OpBuilder &  odsBuilder,
::mlir::OperationState &  odsState,
::mlir::Value  in0_cb_id,
::mlir::Value  in1_cb_id,
::mlir::Value  in0_tile_idx,
::mlir::Value  in1_tile_idx,
::mlir::Value  dst_tile_idx,
::mlir::Value  transpose 
)
static

◆ getAttributeNames()

static ::llvm::ArrayRef<::llvm::StringRef> mlir::tt::ttkernel::MatmulTilesOp::getAttributeNames ( )
inline

◆ getDstTileIdx()

::mlir::TypedValue<::mlir::Type> mlir::tt::ttkernel::MatmulTilesOp::getDstTileIdx ( )
inline

◆ getDstTileIdxMutable()

::mlir::OpOperand& mlir::tt::ttkernel::MatmulTilesOp::getDstTileIdxMutable ( )
inline

◆ getIn0CbId()

::mlir::TypedValue<::mlir::tt::ttkernel::CBType> mlir::tt::ttkernel::MatmulTilesOp::getIn0CbId ( )
inline

◆ getIn0CbIdMutable()

::mlir::OpOperand& mlir::tt::ttkernel::MatmulTilesOp::getIn0CbIdMutable ( )
inline

◆ getIn0TileIdx()

::mlir::TypedValue<::mlir::Type> mlir::tt::ttkernel::MatmulTilesOp::getIn0TileIdx ( )
inline

◆ getIn0TileIdxMutable()

::mlir::OpOperand& mlir::tt::ttkernel::MatmulTilesOp::getIn0TileIdxMutable ( )
inline

◆ getIn1CbId()

::mlir::TypedValue<::mlir::tt::ttkernel::CBType> mlir::tt::ttkernel::MatmulTilesOp::getIn1CbId ( )
inline

◆ getIn1CbIdMutable()

::mlir::OpOperand& mlir::tt::ttkernel::MatmulTilesOp::getIn1CbIdMutable ( )
inline

◆ getIn1TileIdx()

::mlir::TypedValue<::mlir::Type> mlir::tt::ttkernel::MatmulTilesOp::getIn1TileIdx ( )
inline

◆ getIn1TileIdxMutable()

::mlir::OpOperand& mlir::tt::ttkernel::MatmulTilesOp::getIn1TileIdxMutable ( )
inline

◆ getODSOperandIndexAndLength()

std::pair<unsigned, unsigned> mlir::tt::ttkernel::MatmulTilesOp::getODSOperandIndexAndLength ( unsigned  index)
inline

◆ getODSOperands()

::mlir::Operation::operand_range mlir::tt::ttkernel::MatmulTilesOp::getODSOperands ( unsigned  index)
inline

◆ getODSResultIndexAndLength()

std::pair<unsigned, unsigned> mlir::tt::ttkernel::MatmulTilesOp::getODSResultIndexAndLength ( unsigned  index)
inline

◆ getODSResults()

::mlir::Operation::result_range mlir::tt::ttkernel::MatmulTilesOp::getODSResults ( unsigned  index)
inline

◆ getOperationName()

static constexpr ::llvm::StringLiteral mlir::tt::ttkernel::MatmulTilesOp::getOperationName ( )
inlinestatic

◆ getTranspose()

::mlir::TypedValue<::mlir::IntegerType> mlir::tt::ttkernel::MatmulTilesOp::getTranspose ( )
inline

◆ getTransposeMutable()

::mlir::OpOperand& mlir::tt::ttkernel::MatmulTilesOp::getTransposeMutable ( )
inline

◆ verifyInvariants()

llvm::LogicalResult mlir::tt::ttkernel::MatmulTilesOp::verifyInvariants ( )

◆ verifyInvariantsImpl()

llvm::LogicalResult mlir::tt::ttkernel::MatmulTilesOp::verifyInvariantsImpl ( )

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