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: Enable dmp.swap stencil bufferization. #3066

Merged
merged 3 commits into from
Aug 19, 2024

Conversation

PapyChacal
Copy link
Collaborator

  • Implement side effect interface of dmp.swap
  • Slightly extend the side-effect analysis of stencil bufferization.
  • Add a dmp.swap bufferization pattern in stencil-bufferize. To just work for now as dmp is only used in stencil so far - decoupling this as shape inference and all is left to future work!

- Implement side effect interface of dmp.swap
- Slightly extend the side-effect analysis of stencil bufferization.
@PapyChacal PapyChacal added dialects Changes on the dialects transformations Changes or adds a transformatio labels Aug 19, 2024
@PapyChacal PapyChacal requested a review from n-io August 19, 2024 13:02
@PapyChacal PapyChacal self-assigned this Aug 19, 2024
@PapyChacal PapyChacal marked this pull request as ready for review August 19, 2024 13:06
Copy link

codecov bot commented Aug 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.86%. Comparing base (6291e67) to head (562c8a2).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3066      +/-   ##
==========================================
- Coverage   89.86%   89.86%   -0.01%     
==========================================
  Files         416      416              
  Lines       52474    52497      +23     
  Branches     8125     8129       +4     
==========================================
+ Hits        47158    47178      +20     
- Misses       4005     4007       +2     
- Partials     1311     1312       +1     

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

@PapyChacal PapyChacal merged commit f791473 into main Aug 19, 2024
10 checks passed
@PapyChacal PapyChacal deleted the emilien/dmp-bufferize branch August 19, 2024 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dialects Changes on the dialects transformations Changes or adds a transformatio
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants