-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
[MLIR] Inconsistent output when executing MLIR program with and without -affine-loop-fusion
#132155
Labels
Comments
@llvm/issue-subscribers-mlir Author: None (Lambor24)
My git version is [6003c30](https://github.com/llvm/llvm-project/commit/6003c3055a4630be31cc3d459cdbb88248a007b9).
Description:I am experiencing an inconsistent result when executing the same MLIR program with and without the Steps to Reproduce:1. MLIR Program (test.mlir):test.mlir:
2. Command to Run Without
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My git version is 6003c30.
Description:
I am experiencing an inconsistent result when executing the same MLIR program with and without the
-affine-loop-fusion
.Steps to Reproduce:
1. MLIR Program (test.mlir):
test.mlir:
2. Command to Run Without
-affine-loop-fusion
:3. Output Without
-affine-loop-fusion
:4. Command to Run With
-affine-loop-fusion
:5. Output With
-affine-loop-fusion
:I'm not sure if there is any bug in my program or if the wrong usage of the above passes caused this result.
The text was updated successfully, but these errors were encountered: