Skip to content

Commit

Permalink
deploy: 232bff6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-merge-queue[bot] committed Nov 14, 2024
1 parent f081807 commit 265e098
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions AIEDialect.md
Original file line number Diff line number Diff line change
Expand Up @@ -1158,6 +1158,7 @@ operation ::= `aie.objectfifo` $sym_name
`,`
$elemNumber
`)` attr-dict `:` $elemType
custom<ObjectFifoInitValues>(ref($elemNumber), ref($elemType), $initValues)
```

The `aie.objectFifo` operation creates a circular buffer established between a producer and one or
Expand Down Expand Up @@ -1252,6 +1253,7 @@ Interfaces: `Symbol`
<tr><td><code>disable_synchronization</code></td><td>::mlir::BoolAttr</td><td>bool attribute</td></tr>
<tr><td><code>via_shared_mem</code></td><td>::mlir::IntegerAttr</td><td>32-bit signless integer attribute</td></tr>
<tr><td><code>repeat_count</code></td><td>::mlir::IntegerAttr</td><td>32-bit signless integer attribute whose minimum value is 1</td></tr>
<tr><td><code>initValues</code></td><td>::mlir::ArrayAttr</td><td>array of ElementsAttr</td></tr>
</table>

#### Operands:
Expand Down

0 comments on commit 265e098

Please sign in to comment.