Skip to content

Commit 27b5d9f

Browse files
deploy: 7770667
1 parent a89bb10 commit 27b5d9f

File tree

1,115 files changed

+3273
-3110
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,115 files changed

+3273
-3110
lines changed

AIEDialect.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1814,7 +1814,7 @@ _Runtime allocation information for a single shim DMA_
18141814
Syntax:
18151815

18161816
```
1817-
operation ::= `aie.shim_dma_allocation` $sym_name `(` $channel_dir `,` $channel_index `,` $col `)` attr-dict
1817+
operation ::= `aie.shim_dma_allocation` $sym_name `(` $channel_dir `,` $channel_index `,` $col (`,` $packet^)? `)` attr-dict
18181818
```
18191819

18201820
This op exists for cases where shim_dma configuration is performed outside of MLIR-AIE
@@ -1847,6 +1847,9 @@ Traits: `HasParent<DeviceOp>`
18471847
<tr><td><code>channel_index</code></td><td>::mlir::IntegerAttr</td><td>64-bit signless integer attribute</td></tr>
18481848
<tr><td><code>col</code></td><td>::mlir::IntegerAttr</td><td>64-bit signless integer attribute</td></tr>
18491849
<tr><td><code>plio</code></td><td>::mlir::BoolAttr</td><td>bool attribute</td></tr>
1850+
<tr><td><code>packet</code></td><td>::xilinx::AIE::PacketInfoAttr</td><td>
1851+
Tuple encoding the type and header of a packet;
1852+
</td></tr>
18501853
</table>
18511854

18521855

AIEPasses.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,8 @@ the original loop.
145145
#### Options
146146

147147
```
148-
-dynamic-objFifos : Flag to enable dynamic object fifo lowering in cores instead of loop unrolling.
148+
-dynamic-objFifos : Flag to enable dynamic object fifo lowering in cores instead of loop unrolling.
149+
-packet-sw-objFifos : Flag to enable aie.packetflow lowering from objectfifos.
149150
```
150151

151152
### `-aie-register-objectFifos`

AIEXDialect.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ _Concrete Instantiation of a Buffer Descriptor Chain as a Task on a Channel and
220220
Syntax:
221221

222222
```
223-
operation ::= `aiex.dma_configure_task` `(` $tile `,` $direction `,` $channel `)` regions attr-dict
223+
operation ::= `aiex.dma_configure_task` `(` $tile `,` $direction `,` $channel (`,` $packet^)? `)` regions attr-dict
224224
```
225225

226226
Encapsulates the DMA configuration of one task, that is the (chain of) buffer descriptors to be executed on a given channel and direction on a tile.
@@ -241,6 +241,9 @@ Interfaces: `OpAsmOpInterface`, `TileElement`
241241
<tr><td><code>channel</code></td><td>::mlir::IntegerAttr</td><td>32-bit signless integer attribute</td></tr>
242242
<tr><td><code>issue_token</code></td><td>::mlir::BoolAttr</td><td>bool attribute</td></tr>
243243
<tr><td><code>repeat_count</code></td><td>::mlir::IntegerAttr</td><td>32-bit signless integer attribute</td></tr>
244+
<tr><td><code>packet</code></td><td>::xilinx::AIE::PacketInfoAttr</td><td>
245+
Tuple encoding the type and header of a packet;
246+
</td></tr>
244247
</table>
245248

246249
#### Operands:

doxygen/html/ADFDialect_8cpp.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a04238f0caf2c5ba30e7cf5a5
186186
</div><!-- contents -->
187187
<!-- start footer part -->
188188
<hr class="footer"/><address class="footer"><small>
189-
Generated on Fri Sep 5 2025 19:34:16 for MLIR-AIE by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
189+
Generated on Fri Sep 5 2025 22:17:52 for MLIR-AIE by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
190190
</small></address>
191191
</body>
192192
</html>

doxygen/html/ADFDialect_8cpp_source.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
</div><!-- fragment --></div><!-- contents -->
109109
<!-- start footer part -->
110110
<hr class="footer"/><address class="footer"><small>
111-
Generated on Fri Sep 5 2025 19:34:16 for MLIR-AIE by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
111+
Generated on Fri Sep 5 2025 22:17:52 for MLIR-AIE by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
112112
</small></address>
113113
</body>
114114
</html>

doxygen/html/ADFDialect_8h.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a69e2a4688847620f9e0b19eb
170170
</div><!-- contents -->
171171
<!-- start footer part -->
172172
<hr class="footer"/><address class="footer"><small>
173-
Generated on Fri Sep 5 2025 19:34:16 for MLIR-AIE by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
173+
Generated on Fri Sep 5 2025 22:17:52 for MLIR-AIE by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
174174
</small></address>
175175
</body>
176176
</html>

doxygen/html/ADFDialect_8h_source.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
</div><!-- fragment --></div><!-- contents -->
9797
<!-- start footer part -->
9898
<hr class="footer"/><address class="footer"><small>
99-
Generated on Fri Sep 5 2025 19:34:15 for MLIR-AIE by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
99+
Generated on Fri Sep 5 2025 22:17:52 for MLIR-AIE by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
100100
</small></address>
101101
</body>
102102
</html>

doxygen/html/ADFGenerateCppGraph_8cpp.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a58c345c98644e852e6c899b6
190190
</div><!-- contents -->
191191
<!-- start footer part -->
192192
<hr class="footer"/><address class="footer"><small>
193-
Generated on Fri Sep 5 2025 19:34:16 for MLIR-AIE by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
193+
Generated on Fri Sep 5 2025 22:17:52 for MLIR-AIE by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
194194
</small></address>
195195
</body>
196196
</html>

doxygen/html/ADFGenerateCppGraph_8cpp_source.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@
377377
</div><!-- fragment --></div><!-- contents -->
378378
<!-- start footer part -->
379379
<hr class="footer"/><address class="footer"><small>
380-
Generated on Fri Sep 5 2025 19:34:16 for MLIR-AIE by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
380+
Generated on Fri Sep 5 2025 22:17:52 for MLIR-AIE by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
381381
</small></address>
382382
</body>
383383
</html>

doxygen/html/ADFOps_8cpp.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a52c883a38e577b8b12282ff7
140140
</div><!-- contents -->
141141
<!-- start footer part -->
142142
<hr class="footer"/><address class="footer"><small>
143-
Generated on Fri Sep 5 2025 19:34:16 for MLIR-AIE by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
143+
Generated on Fri Sep 5 2025 22:17:52 for MLIR-AIE by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
144144
</small></address>
145145
</body>
146146
</html>

0 commit comments

Comments
 (0)