This is an automated email from the ASF dual-hosted git repository.
baunsgaard pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/systemds.git.
from ccd6a36 [SYSTEMDS-3018] Conflict handling federated plan enumeration
new 5873e09 [SYSTEMDS-3262] CLA Offset memorizer
new e7f4ef1 [SYSTEMDS-3263] CLA MMChain specialization
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../runtime/compress/CompressedMatrixBlock.java | 38 +---
.../runtime/compress/colgroup/ColGroupDDC.java | 42 ++++-
.../runtime/compress/colgroup/ColGroupSDC.java | 12 +-
.../compress/colgroup/ColGroupSDCZeros.java | 111 ++++++++---
.../compress/colgroup/offset/AIterator.java | 39 ++--
.../runtime/compress/colgroup/offset/AOffset.java | 52 ++++--
.../compress/colgroup/offset/OffsetByte.java | 205 ++++++++++++++++-----
.../compress/colgroup/offset/OffsetChar.java | 122 ++++++------
.../runtime/compress/lib/CLALibDecompress.java | 140 ++++++++++----
.../runtime/compress/lib/CLALibLeftMultBy.java | 6 +-
.../sysds/runtime/compress/lib/CLALibMMChain.java | 112 +++++++++++
.../runtime/compress/lib/CLALibRightMultBy.java | 111 ++++++++---
src/test/java/org/apache/sysds/test/TestUtils.java | 2 +-
.../compress/offset/OffsetTestPreAggregate.java | 72 ++++++--
.../component/compress/offset/OffsetTests.java | 5 +-
15 files changed, 755 insertions(+), 314 deletions(-)
create mode 100644
src/main/java/org/apache/sysds/runtime/compress/lib/CLALibMMChain.java