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: (memref_stream) add interleaved iterator #2813

Merged
merged 2 commits into from
Jul 2, 2024

Conversation

superlopuh
Copy link
Member

The way this is modeled is with a region already interleaved. This should simplify the lowering to loops, as the region won't need to be modified, and we can

@superlopuh superlopuh added the dialects Changes on the dialects label Jul 2, 2024
@superlopuh superlopuh self-assigned this Jul 2, 2024
Copy link

codecov bot commented Jul 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.83%. Comparing base (01640fc) to head (f3eefe5).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2813      +/-   ##
==========================================
+ Coverage   89.82%   89.83%   +0.01%     
==========================================
  Files         396      396              
  Lines       49055    49096      +41     
  Branches     7510     7519       +9     
==========================================
+ Hits        44063    44106      +43     
+ Misses       3803     3802       -1     
+ Partials     1189     1188       -1     

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

@superlopuh superlopuh merged commit 80e5f72 into main Jul 2, 2024
10 checks passed
@superlopuh superlopuh deleted the sasha/memref_stream/interleave branch July 2, 2024 11:48
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
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants