Draft
Conversation
This was referenced May 7, 2025
b01739a to
c2ee6ba
Compare
0a3e8a9 to
9904e93
Compare
f4e1aad to
0aec197
Compare
0aec197 to
7a135c2
Compare
7a135c2 to
5e589be
Compare
5e589be to
9113faf
Compare
9113faf to
8b71658
Compare
8b71658 to
4494b93
Compare
format
5116b67 to
9f7ce82
Compare
Contributor
|
At the level of the unplaced MLIR, is it necessary to know the specific memory access patterns? I wonder that if there was a way to provide the size of the application workload, the loop and tiling variables, and the direction of the tilings, then maybe the placement pass could also decide the memory access pattern. |
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This branch is an experiment to see what it takes to support unplaced aie dialect.
It is based on a a simple extension to
aie.tileop to support?as the row or column operand, meaning the row or column is not physically placed:To test this I add a "null placer" to iron placers.py:
So that unplaced MLIR is emitted from unplaced IRON:
emits:
which can be placed with the mlir pass in this branch: