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: Add linalg-to-csl pass #3028

Merged
merged 3 commits into from
Aug 15, 2024
Merged

transformations: Add linalg-to-csl pass #3028

merged 3 commits into from
Aug 15, 2024

Conversation

n-io
Copy link
Collaborator

@n-io n-io commented Aug 13, 2024

A short pass that translates (bufferized) linalg ops to csl ops.

Memrefs -> DsdType should be done in a separate pass.

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

codecov bot commented Aug 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.86%. Comparing base (18419e5) to head (d4220f6).
Report is 9 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff            @@
##             main    #3028    +/-   ##
========================================
  Coverage   89.86%   89.86%            
========================================
  Files         412      415     +3     
  Lines       51834    52034   +200     
  Branches     8004     8043    +39     
========================================
+ Hits        46579    46762   +183     
- Misses       3966     3981    +15     
- Partials     1289     1291     +2     

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

@n-io n-io merged commit e7c69de into main Aug 15, 2024
10 checks passed
@n-io n-io deleted the nicolai/linalg-to-csl branch August 15, 2024 11:14
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