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 28c811a6ed [MINOR] Add compressed statistics if decompressing
     new e12d9d2bdf [MINOR] Update cost estimation in CLA
     new c42a629d1d [MINOR] Fused decompression in CLALibScalar
     new 53f72edfbd [MINOR] Update decompression for zeros

The 3 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:
 .../compress/cost/ComputationCostEstimator.java    |  44 ++++-
 .../runtime/compress/estim/ComEstCompressed.java   |  10 +-
 ...Compressed.java => ComEstCompressedSample.java} |  53 +++---
 .../runtime/compress/estim/ComEstFactory.java      |  20 +-
 .../sysds/runtime/compress/estim/ComEstSample.java |  67 +++++--
 .../compress/estim/CompressedSizeInfoColGroup.java |   2 +
 .../runtime/compress/estim/EstimationFactors.java  |  12 +-
 .../runtime/compress/lib/CLALibDecompress.java     | 211 ++++++++++++++-------
 .../sysds/runtime/compress/lib/CLALibScalar.java   |  84 +++++++-
 .../sysds/runtime/compress/lib/CLALibUtils.java    |  43 +++++
 .../runtime/compress/utils/ACountHashMap.java      |   2 +-
 .../compress/utils/DoubleIntListHashMap.java       |   2 +-
 12 files changed, 409 insertions(+), 141 deletions(-)
 copy 
src/main/java/org/apache/sysds/runtime/compress/estim/{ComEstCompressed.java => 
ComEstCompressedSample.java} (62%)

Reply via email to