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 bufferized dmp.swap lowering. #3073

Merged
merged 3 commits into from
Aug 20, 2024

Conversation

PapyChacal
Copy link
Collaborator

This makes dmp-to-mpi expected to run right before stencil lowering, as opposed to right after!
Mostly because of my brutal type conversion for stencil.
But I don't think I'll have time for a finer type conversion infrastructure soon, and this makes things work in Devito!

- Implement side effect interface of dmp.swap
- Slightly extend the side-effect analysis of stencil bufferization.
@PapyChacal PapyChacal added the transformations Changes or adds a transformatio label Aug 20, 2024
@PapyChacal PapyChacal self-assigned this Aug 20, 2024
Copy link

codecov bot commented Aug 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.86%. Comparing base (d7c590f) to head (c08f7f9).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3073      +/-   ##
==========================================
- Coverage   89.87%   89.86%   -0.01%     
==========================================
  Files         416      416              
  Lines       52499    52505       +6     
  Branches     8128     8128              
==========================================
+ Hits        47182    47183       +1     
- Misses       4007     4012       +5     
  Partials     1310     1310              

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

@PapyChacal PapyChacal marked this pull request as ready for review August 20, 2024 14:51
@PapyChacal PapyChacal merged commit 65f1d7a into main Aug 20, 2024
10 checks passed
@PapyChacal PapyChacal deleted the emilien/dmp-buff-lowering branch August 20, 2024 15:06
@georgebisbas
Copy link
Contributor

I missed this, thanks!

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.

3 participants