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: memref_streamify handle constant inits [3/3] #2765

Merged
merged 30 commits into from
Jun 26, 2024

Conversation

superlopuh
Copy link
Member

This is the final PR adding inits lowering support. With this, we can represent fully-streamed kernels with reduction iterators such as conv, pools, and matmul as a single memref_stream.generic operation.

Note stacked PR.

@superlopuh superlopuh added the transformations Changes or adds a transformatio label Jun 21, 2024
@superlopuh superlopuh self-assigned this Jun 21, 2024
Copy link

codecov bot commented Jun 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.79%. Comparing base (db25ebd) to head (9a85d37).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2765   +/-   ##
=======================================
  Coverage   89.79%   89.79%           
=======================================
  Files         381      381           
  Lines       48341    48341           
  Branches     7407     7408    +1     
=======================================
  Hits        43409    43409           
  Misses       3773     3773           
  Partials     1159     1159           

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

Base automatically changed from sasha/memref_stream/const-init-lowering to main June 26, 2024 17:54
@superlopuh superlopuh merged commit 18aa22f into main Jun 26, 2024
10 checks passed
@superlopuh superlopuh deleted the sasha/memref_stream/const-init-streamify branch June 26, 2024 18:05
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
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants