[SYSTEMDS-3824] Decompressing Transpose#2217
Merged
Baunsgaard merged 1 commit intoapache:mainfrom Feb 5, 2025
Merged
Conversation
Sebastian Baunsgaard <baunsgaard@apache.org> introduced a new CLALib for Reorg, specifically Transpose e-strauss <lathancer@gmx.de> applied minor changes: - a manual rewrite in bultin kmeans script to use argmin (reduced runtime by 18%) - added new decompressing transpose to DenseBlock from SparseBlock for ColGroupDDC - fixed bug in sparsity evaluation in decompressed transposed (switch nrow w/ ncol) - minor bug fix in regarding the cached decompression count - fixed ctable with seq fuse rewrite fused ctable with given output dim (disaled: performance decrease, need to fix it first) - fixed null handling in fused seq ctable - fixed tests which passed for the wrong reason Co-authored-by: e-strauss <lathancer@gmx.de> Co-authored-by: Sebastian Baunsgaard <baunsgaard@apache.org>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2217 +/- ##
============================================
- Coverage 72.40% 72.39% -0.02%
- Complexity 45368 45384 +16
============================================
Files 1467 1468 +1
Lines 170710 170790 +80
Branches 33286 33303 +17
============================================
+ Hits 123603 123638 +35
- Misses 37705 37754 +49
+ Partials 9402 9398 -4 ☔ View full report in Codecov by Sentry. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sebastian Baunsgaard baunsgaard@apache.org introduced a new CLALib for Reorg, specifically Transpose
e-strauss lathancer@gmx.de applied minor changes: