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 fd1ba7c520 [MINOR] MM Specializations
add dc3947aed6 [SYSTEMDS-3824] Decompressing Transpose
No new revisions were added by this update.
Summary of changes:
scripts/builtin/kmeans.dml | 1 +
src/main/java/org/apache/sysds/hops/TernaryOp.java | 2 +
.../runtime/compress/CompressedMatrixBlock.java | 19 +--
.../runtime/compress/colgroup/ColGroupDDC.java | 16 ++-
.../sysds/runtime/compress/lib/CLALibReorg.java | 158 +++++++++++++++++++++
.../sysds/runtime/compress/lib/CLALibRexpand.java | 65 +++++----
.../instructions/cp/CompressionCPInstruction.java | 4 +-
.../instructions/cp/CtableCPInstruction.java | 21 +--
.../sysds/runtime/matrix/data/LibMatrixReorg.java | 54 +++----
.../test/component/compress/lib/SeqTableTest.java | 5 +-
.../compress/configuration/CompressBase.java | 8 +-
.../federated/algorithms/FederatedKmeansTest.java | 2 +-
12 files changed, 268 insertions(+), 87 deletions(-)
create mode 100644
src/main/java/org/apache/sysds/runtime/compress/lib/CLALibReorg.java