-
Notifications
You must be signed in to change notification settings - Fork 14.3k
[mlir][Linalg] Move linalg.fill
-> linalg.pack
pattern into fill
canonicalization patterns.
#66002
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][Linalg] Move linalg.fill
-> linalg.pack
pattern into fill
canonicalization patterns.
#66002
Conversation
…` canonicalization patterns. This pattern fits better with the other canonicalization patterns that exist for `linalg.fill`.
@llvm/pr-subscribers-mlir ChangesThis pattern fits better with the other canonicalization patterns that exist for
|
@llvm/pr-subscribers-mlir-linalg ChangesThis pattern fits better with the other canonicalization patterns that exist for
|
@llvm/pr-subscribers-mlir-core ChangesThis pattern fits better with the other canonicalization patterns that exist for
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree, LGTM.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
Whats the PR error? I am new to how llvm github is setup. |
Might be a CI flake? I see similar looking failures in other recently submitted PRs, although I am not familiar with the new Github setup either. |
…` canonicalization patterns. (llvm#66002) This pattern fits better with the other canonicalization patterns that exist for `linalg.fill`.
…` canonicalization patterns. (llvm#66002) This pattern fits better with the other canonicalization patterns that exist for `linalg.fill`.
This pattern fits better with the other canonicalization patterns that exist for
linalg.fill
.