[SYSTEMDS-2748] Compressed Sparse MM + TSMM#1122
Closed
Baunsgaard wants to merge 4 commits intoapache:masterfrom
Closed
[SYSTEMDS-2748] Compressed Sparse MM + TSMM#1122Baunsgaard wants to merge 4 commits intoapache:masterfrom
Baunsgaard wants to merge 4 commits intoapache:masterfrom
Conversation
929cea0 to
ea587c3
Compare
94df0fe to
7236bdc
Compare
f0aa093 to
ef0d84d
Compare
bbc67fa to
4c21ce4
Compare
This commit contains various changes
1. Compressed Sparse matrix multiplication
2. modified matrix multiplication to push down information of
transposing to the ba+* op. to allow not decompressing the matrix.
3. Configuration option of enabling and disabling overlapping compression
4. decompress row section direct access to the matrix block not using
quick set/get.
5. adding safe boolean to decompress to specify if management of
nnz should be done.
6. Col Group Partitioner Cost, now estimates all joins to not include 20%.
7. Add configuration for sampling ratio
8. DML Config settings for Cocode-Compression method
9. Lowered default sampling size to 0.01
10 . add support for right sparse matrix multiplication with overlapping
output
4c21ce4 to
4cf1f0e
Compare
Contributor
Author
|
Closing to open from new branch. |
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.
This commit contains various changes
transposing to the ba+* op. to allow not decompressing the matrix.