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: (dmp) Move to subfolder, add scatter/gather and lowering #1053

Merged
merged 2 commits into from Jun 1, 2023

Conversation

AntonLydike
Copy link
Collaborator

This moves all the dmp stuff into a subfolder and adds a lowering for scatter/gather

@codecov
Copy link

codecov bot commented Jun 1, 2023

Codecov Report

Patch coverage: 51.89% and project coverage change: -0.18 ⚠️

Comparison is base (546d604) 87.09% compared to head (696e6f9) 86.92%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1053      +/-   ##
==========================================
- Coverage   87.09%   86.92%   -0.18%     
==========================================
  Files         127      129       +2     
  Lines       19612    19703      +91     
  Branches     2971     2981      +10     
==========================================
+ Hits        17082    17126      +44     
- Misses       2023     2070      +47     
  Partials      507      507              
Impacted Files Coverage Δ
xdsl/transforms/experimental/dmp/scatter_gather.py 33.33% <33.33%> (ø)
xdsl/transforms/experimental/dmp/decompositions.py 56.86% <56.86%> (ø)
...sforms/experimental/dmp/stencil_global_to_local.py 24.50% <57.14%> (ø)
xdsl/dialects/experimental/dmp.py 49.27% <89.47%> (+2.33%) ⬆️
xdsl/xdsl_opt_main.py 98.18% <100.00%> (+0.03%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@AntonLydike AntonLydike self-assigned this Jun 1, 2023
@PapyChacal PapyChacal added dialects Changes on the dialects transformations Changes or adds a transformatio labels Jun 1, 2023
@PapyChacal PapyChacal merged commit d896723 into main Jun 1, 2023
12 checks passed
@PapyChacal PapyChacal deleted the anton/dmp-scatter-gather branch June 1, 2023 14:01
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.

None yet

3 participants