MLIR 22.0.0git
mlir::xegpu::uArch::Xe2Plus Struct Reference

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

Inheritance diagram for mlir::xegpu::uArch::Xe2Plus:

Public Member Functions

 Xe2Plus (StringRef archName, StringRef archDescription, llvm::ArrayRef< const Instruction * > instructionRegistry, const XeCoreInfo &xeCore)
int getSubgroupSize () const override
unsigned getGeneralPackedFormatBitSize () const override
Public Member Functions inherited from mlir::xegpu::uArch::uArch
 uArch (StringRef name, StringRef description, llvm::ArrayRef< const Instruction * > instructionRegistry)
virtual ~uArch ()=default
StringRef getName () const
StringRef getDescription () const
const InstructiongetInstruction (InstructionKind instKind) const
bool isSupportedInstruction (InstructionKind instr) const

Protected Attributes

XeCoreInfo xeCore
Protected Attributes inherited from mlir::xegpu::uArch::uArch
StringRef name
StringRef description
llvm::SmallDenseMap< InstructionKind, const Instruction *, 32 > instructionRegistry

Detailed Description

Definition at line 33 of file IntelGpuXe2.h.

Constructor & Destructor Documentation

◆ Xe2Plus()

mlir::xegpu::uArch::Xe2Plus::Xe2Plus ( StringRef archName,
StringRef archDescription,
llvm::ArrayRef< const Instruction * > instructionRegistry,
const XeCoreInfo & xeCore )
inline

Member Function Documentation

◆ getGeneralPackedFormatBitSize()

unsigned mlir::xegpu::uArch::Xe2Plus::getGeneralPackedFormatBitSize ( ) const
inlineoverridevirtual

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

Definition at line 39 of file IntelGpuXe2.h.

◆ getSubgroupSize()

int mlir::xegpu::uArch::Xe2Plus::getSubgroupSize ( ) const
inlineoverridevirtual

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

Definition at line 38 of file IntelGpuXe2.h.

Member Data Documentation

◆ xeCore

XeCoreInfo mlir::xegpu::uArch::Xe2Plus::xeCore
protected

Definition at line 42 of file IntelGpuXe2.h.

Referenced by Xe2Plus().


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