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

Add DialectFoldInterface to AIE dialect #34

Merged
merged 2 commits into from Oct 21, 2021
Merged

Conversation

fifield
Copy link
Collaborator

@fifield fifield commented Oct 5, 2021

This is needed to contain the materialization of constants in
mlir regions that are not isolated from above. It is used here
for the AIE.core op. Without it the folder will move constants
from AIE.core regions into the enclosing module.

Copy link
Collaborator

@stephenneuendorffer stephenneuendorffer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a unit test.

This is needed to contain the materialization of constants in
mlir regions that are not isolated from above. It is used here
for the AIE.core op. Without it the folder will move constants
from AIE.core regions into the enclosing module.
@fifield fifield merged commit cf7aa80 into Xilinx:main Oct 21, 2021
@fifield fifield deleted the fold_interface branch November 24, 2021 20:48
fifield added a commit to fifield/mlir-aie that referenced this pull request May 4, 2023
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.

None yet

2 participants