Skip to content

TTKernelAttr

Nicholas Smith edited this page Jun 24, 2024 · 1 revision

ThreadTypeAttr

TTKernel ThreadTypes

Syntax:

#ttkernel.thread<
  ::mlir::tt::ttkernel::ThreadType   # value
>

Enum cases:

  • noc0 (Noc0)
  • noc1 (Noc1)
  • tensix (Tensix)
  • ethernet (Ethernet)

Parameters:

Parameter C++ type Description
value ::mlir::tt::ttkernel::ThreadType an enum of type ThreadType
Clone this wiki locally