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 StridePattern #2548

Merged
merged 1 commit into from
May 11, 2024

Conversation

superlopuh
Copy link
Member

In the context of imperfectly nested and/or interleaving loops, the streams are not able to reuse the same iteration bounds. . This PR adds a StridePattern to memref_stream, with pretty syntax.

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

codecov bot commented May 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.79%. Comparing base (f6cd98c) to head (80704fd).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2548      +/-   ##
==========================================
- Coverage   89.81%   89.79%   -0.03%     
==========================================
  Files         354      354              
  Lines       44269    44355      +86     
  Branches     6607     6625      +18     
==========================================
+ Hits        39762    39828      +66     
- Misses       3548     3558      +10     
- Partials      959      969      +10     

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

@superlopuh superlopuh merged commit fe0cb55 into main May 11, 2024
10 checks passed
@superlopuh superlopuh deleted the sasha/memref_stream/stride_pattern branch May 11, 2024 10:09
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