-
Notifications
You must be signed in to change notification settings - Fork 609
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
tileConsumerAndFuseProducersUsingScf
stuck in the infinite loop.
#18875
Labels
bug 🐞
Something isn't working
Comments
With
|
I opened a PR upstream which fixes this: llvm/llvm-project#113571 |
Thanks, @Max191 , for the fix! |
Closing this the fix is merged. |
Sounds good. Note that it will not be fixed in IREE until #18897 lands |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What happened?
The pass calls the function and it's stuck in the while loop here: https://github.com/llvm/llvm-project/blob/ac5a2010ad35a72de3e75a1883e2495345b92a73/mlir/lib/Dialect/SCF/Transforms/TileUsingInterface.cpp#L1482
Steps to reproduce your issue
Input IR:
Pass:
iree-opt --pass-pipeline="builtin.module(func.func(iree-codegen-tile-and-distribute-to-workgroups-using-forall-op, cse))" --mlir-print-local-scope --split-input-file input.mlir
What component(s) does this issue relate to?
No response
Version information
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: