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

transformations: lift arith to linalg named ops #2963

Merged
merged 3 commits into from
Aug 1, 2024

Conversation

n-io
Copy link
Collaborator

@n-io n-io commented Jul 30, 2024

A small pass to lift arith ops to linalg named ops.

Currently supported: addf, mulf, subf

@n-io n-io added the transformations Changes or adds a transformatio label Jul 30, 2024
@n-io n-io self-assigned this Jul 30, 2024
Copy link

codecov bot commented Jul 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.85%. Comparing base (ddbe80c) to head (fcb8ae6).
Report is 5 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2963   +/-   ##
=======================================
  Coverage   89.84%   89.85%           
=======================================
  Files         408      409    +1     
  Lines       51002    51060   +58     
  Branches     7909     7916    +7     
=======================================
+ Hits        45825    45879   +54     
- Misses       3927     3928    +1     
- Partials     1250     1253    +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@n-io n-io marked this pull request as draft July 30, 2024 15:55
@n-io n-io marked this pull request as ready for review July 31, 2024 14:02
@n-io n-io requested a review from superlopuh August 1, 2024 09:37
@n-io n-io changed the title (transform): lift arith to linalg named ops transformations: lift arith to linalg named ops Aug 1, 2024
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.

Beautiful, thank you

Co-authored-by: Sasha Lopoukhine <[email protected]>
@n-io n-io merged commit c9f8894 into main Aug 1, 2024
10 checks passed
@n-io n-io deleted the nicolai/tensorise-zdim-lift-to-linalg2 branch August 1, 2024 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
transformations Changes or adds a transformatio
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants