-
Notifications
You must be signed in to change notification settings - Fork 71
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
Arbitrary grid updates #477
Conversation
- edges between bulk nodes in the connectivity graph are now ignored (consequential for iteration communication volume and partitioning quality) - toArb memory requirement w.r.t. bounding box size reduced by half (now just 1 bit per voxel) - minor refactoring
…, with corresponding handlers
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## unstable #477 +/- ##
============================================
- Coverage 38.09% 37.72% -0.38%
============================================
Files 185 185
Lines 8355 8461 +106
============================================
+ Hits 3183 3192 +9
- Misses 5172 5269 +97
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Before Christmas I started some refactoring, and these things are in a bit of a conflict, so there will be some weird merge-magic going on soon :-) @kubagalecki If I see a single commit after Jan 1 in your TCLB fork, I'll start harassing you about things you are supposed to be doing. |
Some updates to the arbitrary grid formulation:
Outstanding items:
getCartLattice