-
Notifications
You must be signed in to change notification settings - Fork 31
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
Vendor AIE/AIEX passes (5/n) #423
Merged
Merged
Conversation
This file contains 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
bb9298b
to
6f22fbb
Compare
f17ccf4
to
1ee828c
Compare
6f22fbb
to
36099e2
Compare
1ee828c
to
fcf42bf
Compare
36099e2
to
5a6fd9c
Compare
fcf42bf
to
604611c
Compare
5a6fd9c
to
adf3569
Compare
604611c
to
a1ecc9c
Compare
adf3569
to
ec6866b
Compare
a1ecc9c
to
dd1b554
Compare
ec6866b
to
2d2c2c7
Compare
dd1b554
to
7e056f6
Compare
0a9a165
to
3bda5bc
Compare
046dfeb
to
551b68e
Compare
3bda5bc
to
8084e2a
Compare
551b68e
to
f898b3a
Compare
8084e2a
to
6e30536
Compare
f898b3a
to
62f4f37
Compare
6e30536
to
f81eba0
Compare
b2ce977
to
ddcfa6a
Compare
e4fccfa
to
9cad665
Compare
newling
approved these changes
Jun 24, 2024
52d7a11
to
d4a34e1
Compare
9cad665
to
6c3349c
Compare
d4a34e1
to
3f3cd29
Compare
6c3349c
to
4f13b0a
Compare
Base automatically changed from
makslevental/remove-mlir-aie/direct_target
to
main
June 24, 2024 22:15
4f13b0a
to
466a33a
Compare
incorporate Switch to using transaction binary flow with no control packet (#1517) vendor all passes
466a33a
to
e201771
Compare
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 PR is part of a stack of PRs that refactor the dependency on MLIR-AIE. See #430 for more information.
This PR vendors all of the AIE/AIEX passes under our own namespace
mlir::iree_compiler::AMDAIE
.Notes:
#include "aie/Dialect/AIE/IR/AIEDialect.h"
and#include "aie/Dialect/AIEX/IR/AIEXDialect.h"
for AIE/AIEX ops (this PR specifically removes allTransforms/AIEPassses.h
etc);AIEXToStandard
andAIEToStandard
passes and joiningAIEDmaToNpu
withAIETargetNPU
). This was the point of merging themlir-aie
lit/unit tests early :)@nirvedhmeshram @newling this is now ready for review.