Skip to content
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

Merged
merged 5 commits into from
Jul 10, 2024

Conversation

qaco
Copy link
Collaborator

@qaco qaco commented Jul 6, 2024

No description provided.

Copy link

codecov bot commented Jul 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (main@105cc1e). Learn more about missing BASE report.

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.
📢 Have feedback on the report? Share it here.

Copy link
Member

@superlopuh superlopuh left a 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.

@superlopuh
Copy link
Member

Oh and I would recommend setting up the precommit hooks with make precommit-install

@superlopuh superlopuh added the dialects Changes on the dialects label Jul 6, 2024
@superlopuh superlopuh changed the title dialects: (linalg) correction on MatmulOp for a memref output dialects: (linalg) Fix matmul custom syntax and custom init Jul 6, 2024
@qaco
Copy link
Collaborator Author

qaco commented Jul 7, 2024

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.

Thank you for your advices. I have added the suggested tests.

@qaco qaco force-pushed the matmul-on-memrefs branch from d92afdd to 804a2ad Compare July 7, 2024 14:09
hpompougnac and others added 2 commits July 7, 2024 16:21
Copy link
Member

@superlopuh superlopuh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@superlopuh superlopuh merged commit 2469213 into xdslproject:main Jul 10, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dialects Changes on the dialects
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants