TT-MLIR
Classes | Public Member Functions | List of all members
mlir::tt::ttmetal::KernelConfigInterface Class Reference
Inheritance diagram for mlir::tt::ttmetal::KernelConfigInterface:

Classes

struct  Trait
 

Public Member Functions

mlir::SymbolRefAttr getKernelSymbol () const
 Get the symbol name for this kernel. More...
 
mlir::tt::ttkernel::ThreadType getThreadType () const
 Get the thread type for this KernelConfig. More...
 
mlir::Attribute getCoreRange () const
 Get the core ranges KernelConfig. More...
 
mlir::Attribute getKernelArgs () const
 Get the kernel arguments for this KernelConfig. More...
 

Member Function Documentation

◆ getCoreRange()

mlir::Attribute mlir::tt::ttmetal::KernelConfigInterface::getCoreRange ( ) const

Get the core ranges KernelConfig.

◆ getKernelArgs()

mlir::Attribute mlir::tt::ttmetal::KernelConfigInterface::getKernelArgs ( ) const

Get the kernel arguments for this KernelConfig.

◆ getKernelSymbol()

mlir::SymbolRefAttr mlir::tt::ttmetal::KernelConfigInterface::getKernelSymbol ( ) const

Get the symbol name for this kernel.

◆ getThreadType()

mlir::tt::ttkernel::ThreadType mlir::tt::ttmetal::KernelConfigInterface::getThreadType ( ) const

Get the thread type for this KernelConfig.


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