forked from nod-ai/iree-amd-aie
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add objectFifo bufferization pass (nod-ai#781)
Introduces new buffer related ops and a pass to bufferize logical objectFifos. This is part of the effort to move `StatefulTransform` logic into `AMDAIE` logic: https://github.com/nod-ai/iree-amd-aie/compare/main...jtuyls:iree-amd-aie:delete-stateful-transform?expand=1. The newly introduced ops are: - `amdaie.buffer`: buffer op which will get translated into `aie.buffer` - `amdaie.lock`: lock op which will get translated into `aie.lock` - `amdaie.logicalobjectfifo.from_buffers`: logical objectFifo op created from a set of buffers. Will help with lowering to synchronized DMA patterns (`aie.mem`, `aie.memtile_dma`), without the need for AIE objectFifos (`aie.objectfifo`, `aie.objectfifo.link`).
- Loading branch information
Showing
18 changed files
with
894 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.