-
Notifications
You must be signed in to change notification settings - Fork 481
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SYSTEMDS-3288] CLA SDC isolated DefaultTuple
This commit change the SDC groups with a default tuple to isolate the default into an array other than the dictionary. This leads to cheep "morphing" between SDC like column groups to improve performance of matrix multiplications and other like operations that benefit from the morphing of column groups to more effecient types. Minor additions (times are for that operation specific improvements) - Improved CLA rexpand (one hot encode) by ~10-50x - BitSet DDC preAggregate to use Bit set operations ~10x - MapToData getCounts specialization ~3x - Full integration of centralMoment (previously extracted MatrixBlock) - Hardening interface for AColGroup, reduce inefficient extractions - Compression time -1 sec for census_enc now ~5.5-6.5 Closes #1533
- Loading branch information
1 parent
549f634
commit b8d4897
Showing
63 changed files
with
2,011 additions
and
1,387 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.