-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Parallel gsum and gmean #3202
Parallel gsum and gmean #3202
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3202 +/- ##
==========================================
+ Coverage 94.41% 94.57% +0.15%
==========================================
Files 61 61
Lines 11575 11739 +164
==========================================
+ Hits 10929 11102 +173
+ Misses 646 637 -9
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #3202 +/- ##
==========================================
- Coverage 94.41% 94.39% -0.03%
==========================================
Files 61 61
Lines 11575 11741 +166
==========================================
+ Hits 10929 11083 +154
- Misses 646 658 +12
Continue to review full report at Codecov.
|
https://h2oai.github.io/db-benchmark/ |
Closes #3042
First step in parallelizing gforce (gsumm.c).
gsum
done. Sincegmean
callsgsum
, mean is done too other than the extra steps forna.rm=TRUE
.No changes to tests at all, they all pass.
Code needs tidying, will come back to that.
Merging early to see how it does on server (db-bench) as I've only tested on laptop so far.