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

Conversation

Abhishek-Varma
Copy link
Contributor

-- 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
Copy link
Contributor Author

@AndraBisca AndraBisca self-requested a review April 3, 2024 11:04
Abhishek-Varma and others added 2 commits April 8, 2024 10:19
-- 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>
@AndraBisca AndraBisca merged commit 0744d6e into Xilinx:main Apr 9, 2024
54 checks passed
@jtuyls jtuyls deleted the jornt_nested_loop_fix branch April 9, 2024 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants