MLIR 23.0.0git
mlir::xegpu::uArch::SubgroupScaledMatrixMultiplyAcc Struct Reference

#include "mlir/Dialect/XeGPU/uArch/uArchBase.h"

Inheritance diagram for mlir::xegpu::uArch::SubgroupScaledMatrixMultiplyAcc:

Public Member Functions

 SubgroupScaledMatrixMultiplyAcc (unsigned packedFormatBitSizeA, unsigned packedFormatBitSizeB)
llvm::SmallVector< std::pair< uint32_t, uint32_t >, 16 > getSupportedShapes (Type dataType, MMAOpndKind matrixType) override
llvm::SmallVector< Type, 8 > getSupportedTypes (MLIRContext &context, MMAOpndKind matrixType) override
llvm::SmallVector< uint32_t, 8 > getSupportedM (Type type) const override
llvm::SmallVector< uint32_t, 8 > getSupportedK (Type type) const override
llvm::SmallVector< uint32_t, 8 > getSupportedN (Type type) const override
unsigned getPackedFormatBitSizeA () const
unsigned getPackedFormatBitSizeB () const
bool isLaneLayoutRowMajorOrder () const override
Public Member Functions inherited from mlir::xegpu::uArch::Instruction
 Instruction (InstructionKind kind, InstructionScope scope)
 ~Instruction ()=default
InstructionKind getInstructionKind () const
InstructionScope getScope () const
Public Member Functions inherited from mlir::xegpu::uArch::MMAInstructionInterface
virtual ~MMAInstructionInterface ()=default

Static Public Member Functions

static bool classof (const Instruction *B)
Static Public Member Functions inherited from mlir::xegpu::uArch::Instruction
static llvm::StringRef toString (InstructionKind instKind)

Protected Attributes

const unsigned packedFormatBitSizeA
const unsigned packedFormatBitSizeB
Protected Attributes inherited from mlir::xegpu::uArch::Instruction
const InstructionKind instKind
const InstructionScope scope

Detailed Description

Definition at line 405 of file uArchBase.h.

Constructor & Destructor Documentation

◆ SubgroupScaledMatrixMultiplyAcc()

mlir::xegpu::uArch::SubgroupScaledMatrixMultiplyAcc::SubgroupScaledMatrixMultiplyAcc ( unsigned packedFormatBitSizeA,
unsigned packedFormatBitSizeB )
inline

Member Function Documentation

◆ classof()

bool mlir::xegpu::uArch::SubgroupScaledMatrixMultiplyAcc::classof ( const Instruction * B)
inlinestatic

◆ getPackedFormatBitSizeA()

unsigned mlir::xegpu::uArch::SubgroupScaledMatrixMultiplyAcc::getPackedFormatBitSizeA ( ) const
inline

Definition at line 429 of file uArchBase.h.

References packedFormatBitSizeA.

◆ getPackedFormatBitSizeB()

unsigned mlir::xegpu::uArch::SubgroupScaledMatrixMultiplyAcc::getPackedFormatBitSizeB ( ) const
inline

Definition at line 430 of file uArchBase.h.

References packedFormatBitSizeB.

◆ getSupportedK()

llvm::SmallVector< uint32_t, 8 > mlir::xegpu::uArch::SubgroupScaledMatrixMultiplyAcc::getSupportedK ( Type type) const
inlineoverridevirtual

◆ getSupportedM()

llvm::SmallVector< uint32_t, 8 > mlir::xegpu::uArch::SubgroupScaledMatrixMultiplyAcc::getSupportedM ( Type type) const
inlineoverridevirtual

Implements mlir::xegpu::uArch::MMAInstructionInterface.

Definition at line 563 of file uArchBase.h.

Referenced by getSupportedShapes().

◆ getSupportedN()

llvm::SmallVector< uint32_t, 8 > mlir::xegpu::uArch::SubgroupScaledMatrixMultiplyAcc::getSupportedN ( Type type) const
inlineoverridevirtual

Implements mlir::xegpu::uArch::MMAInstructionInterface.

Definition at line 585 of file uArchBase.h.

Referenced by getSupportedShapes().

◆ getSupportedShapes()

llvm::SmallVector< std::pair< uint32_t, uint32_t >, 16 > mlir::xegpu::uArch::SubgroupScaledMatrixMultiplyAcc::getSupportedShapes ( Type dataType,
MMAOpndKind matrixType )
inlineoverridevirtual

◆ getSupportedTypes()

llvm::SmallVector< Type, 8 > mlir::xegpu::uArch::SubgroupScaledMatrixMultiplyAcc::getSupportedTypes ( MLIRContext & context,
MMAOpndKind matrixType )
inlineoverridevirtual

◆ isLaneLayoutRowMajorOrder()

bool mlir::xegpu::uArch::SubgroupScaledMatrixMultiplyAcc::isLaneLayoutRowMajorOrder ( ) const
inlineoverridevirtual

Implements mlir::xegpu::uArch::MMAInstructionInterface.

Definition at line 431 of file uArchBase.h.

Member Data Documentation

◆ packedFormatBitSizeA

const unsigned mlir::xegpu::uArch::SubgroupScaledMatrixMultiplyAcc::packedFormatBitSizeA
protected

Definition at line 434 of file uArchBase.h.

Referenced by getPackedFormatBitSizeA(), and SubgroupScaledMatrixMultiplyAcc().

◆ packedFormatBitSizeB

const unsigned mlir::xegpu::uArch::SubgroupScaledMatrixMultiplyAcc::packedFormatBitSizeB
protected

Definition at line 435 of file uArchBase.h.

Referenced by getPackedFormatBitSizeB(), and SubgroupScaledMatrixMultiplyAcc().


The documentation for this struct was generated from the following file: