-
Notifications
You must be signed in to change notification settings - Fork 239
compiler: Fix MPI with CondDim + multiple loc_indices #2696
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
base: main
Are you sure you want to change the base?
Conversation
devito/ir/clusters/algorithms.py
Outdated
|
||
yield hs, c1 | ||
|
||
def _make_halo_touch(self, hs, c, prefix): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the bulk here is the same as before, just moved into its own function
def process(self, clusters): | ||
return self._process_fatd(clusters, 1, seen=set()) | ||
|
||
def _derive_halo_schemes(self, c): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is new
64ccb93
to
9991b3a
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #2696 +/- ##
=======================================
Coverage ? 78.30%
=======================================
Files ? 248
Lines ? 49678
Branches ? 4376
=======================================
Hits ? 38902
Misses ? 9958
Partials ? 818 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
511421c
to
aec9027
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good now
aec9027
to
5afbbbc
Compare
5afbbbc
to
4649f05
Compare
Flagged as bug-C-minor because it only pops up in a fairly contrived situation and not flagged by any users...
But still a bug