-
Notifications
You must be signed in to change notification settings - Fork 99
Add distributed L1 smoother #1806
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
Conversation
Signed-off-by: Marcel Koch <marcel.koch@kit.edu>
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 kernel needs to take care of device_type
and can merge the previous one.
Others look good to me.
Signed-off-by: Marcel Koch <marcel.koch@kit.edu>
- only provide kernel for absolute sum - refactoring Co-authored-by: Yu-Hsiang M. Tsai <yhmtsai@gmail.com>
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #1806 +/- ##
===========================================
+ Coverage 88.61% 89.31% +0.69%
===========================================
Files 824 824
Lines 68776 68787 +11
===========================================
+ Hits 60947 61438 +491
+ Misses 7829 7349 -480 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This PR adds a distributed version of #1310. It only uses the non-local matrix to create the additional diagonal matrix which is added to the local matrix.
Todo: