Skip to content

[SYSTEMDS-2748] Compressed Sparse MM + TSMM#1122

Closed
Baunsgaard wants to merge 4 commits intoapache:masterfrom
Baunsgaard:replaceCompressed
Closed

[SYSTEMDS-2748] Compressed Sparse MM + TSMM#1122
Baunsgaard wants to merge 4 commits intoapache:masterfrom
Baunsgaard:replaceCompressed

Conversation

@Baunsgaard
Copy link
Copy Markdown
Contributor

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. Scale builtin optimization and documentation
  4. Configuration option of enabling and disabling overlapping compression

@Baunsgaard Baunsgaard changed the title [SYSTEMDS-2748+2756] Compressed Sparse MM + TSMM + Scale builtin docs [SYSTEMDS-2748] Compressed Sparse MM + TSMM Dec 11, 2020
@Baunsgaard Baunsgaard force-pushed the replaceCompressed branch 2 times, most recently from 94df0fe to 7236bdc Compare December 12, 2020 15:21
@Baunsgaard Baunsgaard marked this pull request as draft December 18, 2020 10:38
@Baunsgaard Baunsgaard force-pushed the replaceCompressed branch 2 times, most recently from f0aa093 to ef0d84d Compare December 18, 2020 14:32
@Baunsgaard Baunsgaard force-pushed the replaceCompressed branch 2 times, most recently from bbc67fa to 4c21ce4 Compare December 29, 2020 16:57
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
@Baunsgaard
Copy link
Copy Markdown
Contributor Author

Closing to open from new branch.

@Baunsgaard Baunsgaard closed this Jan 8, 2021
@Baunsgaard Baunsgaard deleted the replaceCompressed branch January 14, 2021 09:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant