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: New csl-stencil-materialize-stores pass #3222

Merged
merged 5 commits into from
Sep 30, 2024

Conversation

n-io
Copy link
Collaborator

@n-io n-io commented Sep 27, 2024

Operates on memrefs and needs to be run after bufferization.

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

codecov bot commented Sep 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.06%. Comparing base (d9da45c) to head (202cd93).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff            @@
##             main    #3222    +/-   ##
========================================
  Coverage   90.05%   90.06%            
========================================
  Files         435      436     +1     
  Lines       54650    54792   +142     
  Branches     8474     8501    +27     
========================================
+ Hits        49217    49350   +133     
- Misses       4060     4063     +3     
- Partials     1373     1379     +6     

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

xdsl/transforms/lower_csl_stencil.py Show resolved Hide resolved
xdsl/transforms/csl_stencil_materialize_stores.py Outdated Show resolved Hide resolved
xdsl/transforms/csl_stencil_materialize_stores.py Outdated Show resolved Hide resolved
xdsl/transforms/csl_stencil_materialize_stores.py Outdated Show resolved Hide resolved
xdsl/transforms/csl_stencil_materialize_stores.py Outdated Show resolved Hide resolved
@n-io n-io requested a review from dk949 September 30, 2024 16:27
@n-io n-io merged commit 6f9b815 into main Sep 30, 2024
14 checks passed
@n-io n-io deleted the nicolai/csl-stencil-materialise-stores branch September 30, 2024 16:39
emmau678 pushed a commit that referenced this pull request Oct 8, 2024
Operates on memrefs and needs to be run after bufferization.

---------

Co-authored-by: n-io <n-io@users.noreply.github.com>
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