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

[AMD-AIE] Fix ObjectFifoStatefulTransform to handle nested loops #1164

Merged
merged 2 commits into from
Apr 9, 2024

Commits on Apr 8, 2024

  1. [AMD-AIE] Fix ObjectFifoStatefulTransform to handle nested loops

    -- Currently ObjectFifoStatefulTransform pivots on wrong loop in
       case of nested loops and due to this the cloning operation
       in the `duplicateBlock` wrongly clones an ill-formed loop nest.
    -- This commit adds a fix to ObjectFifoStatefulTransform pass to handle
       nested loops.
    
    Signed-off-by: Jorn Tuyls <jorn.tuyls@amd.com>
    Abhishek-Varma authored and jtuyls committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    acab608 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    300968b View commit details
    Browse the repository at this point in the history