Skip to content

TTKernelType

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

CBType

TTKernel cb

Syntax:

!ttkernel.cb<
  uint64_t,   # address
  uint64_t,   # port
  MemRefType   # memref
>

Circular buffer type in TTKernel dialect

Parameters:

Parameter C++ type Description
address uint64_t
port uint64_t
memref MemRefType
Clone this wiki locally