TT-MLIR
|
Public Types | |
using | ConcreteEntity = ConcreteAttr |
![]() | |
using | Interface = ::mlir::tt::ttmetal::KernelConfigInterface |
Additional Inherited Members | |
![]() | |
FallbackModel () | |
![]() | |
static mlir::SymbolRefAttr | getKernelSymbol (const Concept *impl, ::mlir::Attribute tablegen_opaque_val) |
static mlir::tt::ttkernel::ThreadType | getThreadType (const Concept *impl, ::mlir::Attribute tablegen_opaque_val) |
static mlir::Attribute | getCoreRange (const Concept *impl, ::mlir::Attribute tablegen_opaque_val) |
static mlir::Attribute | getKernelArgs (const Concept *impl, ::mlir::Attribute tablegen_opaque_val) |
![]() | |
mlir::SymbolRefAttr(* | getKernelSymbol )(const Concept *impl, ::mlir::Attribute) |
The methods defined by the interface. More... | |
mlir::tt::ttkernel::ThreadType(* | getThreadType )(const Concept *impl, ::mlir::Attribute) |
mlir::Attribute(* | getCoreRange )(const Concept *impl, ::mlir::Attribute) |
mlir::Attribute(* | getKernelArgs )(const Concept *impl, ::mlir::Attribute) |
using mlir::tt::ttmetal::detail::KernelConfigInterfaceInterfaceTraits::ExternalModel< ConcreteModel, ConcreteAttr >::ConcreteEntity = ConcreteAttr |