-
Notifications
You must be signed in to change notification settings - Fork 79
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
dialects: (linalg) Fix matmul custom syntax and custom init #2852
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2852 +/- ##
=======================================
Coverage ? 89.89%
=======================================
Files ? 398
Lines ? 49642
Branches ? 7636
=======================================
Hits ? 44624
Misses ? 3822
Partials ? 1196 ☔ View full report in Codecov by Sentry. |
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.
Thank you for opening this PR! Let's take some time to address some things that would be good to have, such as filecheck tests for the updated assembly format (we usually have two for dialects that are mirrored from MLIR, one for xdsl parsing and printing, and one for mlir compatibility), and also for the init fix (these are usually in pytest).
The text of the PR would also be good to delete, once all the points have been addressed.
Oh and I would recommend setting up the precommit hooks with |
Thank you for your advices. I have added the suggested tests. |
Co-authored-by: Sasha Lopoukhine <superlopuh@gmail.com>
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!
No description provided.