MLIR 23.0.0git
mlir::xegpu::uArch::MMAInstructionInterface Struct Referenceabstract

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

Inheritance diagram for mlir::xegpu::uArch::MMAInstructionInterface:

Public Member Functions

virtual llvm::SmallVector< std::pair< uint32_t, uint32_t >, 16 > getSupportedShapes (Type dataType, MMAOpndKind matrixType)=0
virtual llvm::SmallVector< Type, 8 > getSupportedTypes (MLIRContext &context, MMAOpndKind matrixType)=0
virtual llvm::SmallVector< uint32_t, 8 > getSupportedM (Type type) const =0
virtual llvm::SmallVector< uint32_t, 8 > getSupportedK (Type type) const =0
virtual llvm::SmallVector< uint32_t, 8 > getSupportedN (Type type) const =0
virtual bool isLaneLayoutRowMajorOrder () const =0
virtual ~MMAInstructionInterface ()=default

Detailed Description

Definition at line 136 of file uArchBase.h.

Constructor & Destructor Documentation

◆ ~MMAInstructionInterface()

virtual mlir::xegpu::uArch::MMAInstructionInterface::~MMAInstructionInterface ( )
virtualdefault

Member Function Documentation

◆ getSupportedK()

virtual llvm::SmallVector< uint32_t, 8 > mlir::xegpu::uArch::MMAInstructionInterface::getSupportedK ( Type type) const
pure virtual

◆ getSupportedM()

virtual llvm::SmallVector< uint32_t, 8 > mlir::xegpu::uArch::MMAInstructionInterface::getSupportedM ( Type type) const
pure virtual

◆ getSupportedN()

virtual llvm::SmallVector< uint32_t, 8 > mlir::xegpu::uArch::MMAInstructionInterface::getSupportedN ( Type type) const
pure virtual

◆ getSupportedShapes()

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

◆ getSupportedTypes()

virtual llvm::SmallVector< Type, 8 > mlir::xegpu::uArch::MMAInstructionInterface::getSupportedTypes ( MLIRContext & context,
MMAOpndKind matrixType )
pure virtual

◆ isLaneLayoutRowMajorOrder()

virtual bool mlir::xegpu::uArch::MMAInstructionInterface::isLaneLayoutRowMajorOrder ( ) const
pure virtual

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