-
Notifications
You must be signed in to change notification settings - Fork 29
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
[ObjectFifo] Add pass to flatten the logical objectFifo #638
Conversation
181499a
to
d181504
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Few comments.
Could you come up with a smaller lit test?
Essentially the pass is to demo the linearization of the memref involved in logicalobjectfifo.from_memref
+ logicalobjectfifo.access
. So, we should be able to form a smaller lit test.
compiler/plugins/target/AMD-AIE/iree-amd-aie/Transforms/AMDAIEFlattenLogicalObjectFifo.cpp
Outdated
Show resolved
Hide resolved
compiler/plugins/target/AMD-AIE/iree-amd-aie/Transforms/AMDAIEFlattenLogicalObjectFifo.cpp
Outdated
Show resolved
Hide resolved
1601b2f
to
7e5b1b7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks!
7e5b1b7
to
19c9250
Compare
This PR is to add `FlattenLogicalObjectFifo` pass #638 into the pipeline, and modifies the tests accordingly.
This PR is part to achieve #644