-
Notifications
You must be signed in to change notification settings - Fork 17
Copy DecomposeAggregatedOps pass from tpp-mlir #215
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
Conversation
We're waiting the upstream solution from: llvm/llvm-project#97582. @kurapov-peter would you please provide some insights? |
Oh, I did not notice this PR on llvm, @WangJialei-A found this issue when writing linalg single op validation, I think if we can get the upstream PR merged before our validation, then we can close this PR and use upstream. |
Unfortunately it won't land in the nearest future. The decision is to create a generic decomposition mechanism (that I'm working on now). I could put a similar implementation into GC if we need it. Do we? |
3c72835
to
c639459
Compare
Please rebase. |
71716fd
to
ed004d8
Compare
Copied from tpp-mlir project
The current MLIR repo does not offer an easy-to-use pass for decomposing
linalg.softmax
, andtpp-mlir
provide a solutiontrack: #214