Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiler strategy for reconfiguring AIE designs with control packets #1729

Open
erwei-xilinx opened this issue Aug 27, 2024 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@erwei-xilinx
Copy link
Collaborator

erwei-xilinx commented Aug 27, 2024

Currently, the protytpe in #1728 demonstrates a control packet-based reconfiguration strategy that roughly follows the following workflow:

  1. aie.mlir (with an overlay of ctrl packet flows as part of it) -> (aiecc.py)-> txn_binary.bin ->(txn2mlir.py)-> aie.control_packet ops -> (mlir transformation pass, to be committed)-> aiex.npu.dma_memcpy_nd ops (mlir1)
  2. ... aie.control_packet ops -> (aie-translate) -> ctrl_pkts.bin
  3. "Base" mlir with control packet flows only + mlir1 -> (xrt loading ctrl_pkts.bin in DDR) -> design reconfigured on AIE

While this prototype shows a functional reconfiguration workflow, the flow contains redundancies. Would love to collect opinions on how we could improve the reconfiguration workflow, to make it work end to end.

@Xilinx Xilinx deleted a comment Aug 27, 2024
@Xilinx Xilinx deleted a comment Aug 27, 2024
@erwei-xilinx erwei-xilinx added the enhancement New feature or request label Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant