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

[MINOR] Improve Compressed Binary Cell Ops #2083

Closed
wants to merge 4 commits into from

Conversation

Baunsgaard
Copy link
Contributor

No description provided.

Copy link

codecov bot commented Sep 6, 2024

Codecov Report

Attention: Patch coverage is 98.77301% with 4 lines in your changes missing coverage. Please review.

Project coverage is 70.66%. Comparing base (7daa590) to head (2ef2437).
Report is 15 commits behind head on main.

Files with missing lines Patch % Lines
.../apache/sysds/runtime/matrix/data/MatrixBlock.java 87.50% 0 Missing and 2 partials ⚠️
...sysds/runtime/compress/lib/CLALibBinaryCellOp.java 99.59% 0 Missing and 1 partial ⚠️
...he/sysds/runtime/matrix/data/LibMatrixBincell.java 88.88% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #2083      +/-   ##
============================================
+ Coverage     70.50%   70.66%   +0.15%     
- Complexity    42071    42221     +150     
============================================
  Files          1441     1441              
  Lines        162297   162417     +120     
  Branches      31626    31654      +28     
============================================
+ Hits         114425   114764     +339     
+ Misses        38832    38663     -169     
+ Partials       9040     8990      -50     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

This commit improves the test coverage of the
compressed binary cell operation in this process
it unearthed a few edge cases that produced wrong
results in sparse inputs, and if performing
overlapping constant minus vector.

While making the PR I also include 100% coverage
of our ternary operator.

Overall this commit improve the code coverage by
.1 % in the project.
@Baunsgaard Baunsgaard closed this in f920c59 Sep 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant