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 memref_stream.generic #2148

Merged
merged 20 commits into from
Feb 15, 2024

Conversation

superlopuh
Copy link
Member

Note stacked PR

This PR introduces the memref_stream equivalent of the linalg generic operation. The main differences are that this one has an extra property bounds, which contains the bounds of the loop nest, and that the operands may be streams, in which case they'll be lowered to stream reads and writes instead of loads and stores.

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

codecov bot commented Feb 13, 2024

Codecov Report

Attention: 37 lines in your changes are missing coverage. Please review.

Comparison is base (2f9cf6b) 89.39% compared to head (ca1b823) 89.32%.

Files Patch % Lines
xdsl/dialects/memref_stream.py 71.96% 20 Missing and 17 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2148      +/-   ##
==========================================
- Coverage   89.39%   89.32%   -0.07%     
==========================================
  Files         311      311              
  Lines       38137    38266     +129     
  Branches     5636     5660      +24     
==========================================
+ Hits        34091    34183      +92     
- Misses       3259     3279      +20     
- Partials      787      804      +17     

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

Base automatically changed from sasha/memref_stream/lower-streaming-region to main February 15, 2024 11:15
@superlopuh superlopuh merged commit cf3bbbe into main Feb 15, 2024
10 checks passed
@superlopuh superlopuh deleted the sasha/memref_stream/generic branch February 15, 2024 12:28
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.

3 participants