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 eb7c65c5d8 [MINOR] Add autogenerated Python builtins
add 92aa65a861 [SYSTEMDS-3541] Exploratory workload-aware compression on
intermediates
No new revisions were added by this update.
Summary of changes:
src/main/java/org/apache/sysds/conf/DMLConfig.java | 1 +
.../hops/rewrite/RewriteCompressedReblock.java | 3 +-
.../compress/CompressedMatrixBlockFactory.java | 3 +-
.../runtime/compress/lib/CLALibBinaryCellOp.java | 460 +++++++++++++++++----
.../compress/workload/WorkloadAnalyzer.java | 76 +++-
.../runtime/frame/data/columns/HashMapToInt.java | 43 ++
.../compress/lib/CLALibBinaryCellOpCustomTest.java | 33 ++
.../compress/lib/CLALibBinaryCellOpTest.java | 103 +++--
.../compress/workload/WorkloadAlgorithmTest.java | 10 +
9 files changed, 605 insertions(+), 127 deletions(-)