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 b420bdf68c [MINOR] Matrix equals empty support
new ccb589056c [MINOR] MatrixBlock improved generic Unary Agg
new ab4ec284b9 [MINOR] Change CLA to normal SUM
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:
.../sysds/runtime/compress/lib/CLALibCompAgg.java | 53 +++---
.../spark/AggregateUnarySPInstruction.java | 2 +-
.../sysds/runtime/matrix/data/CM_N_COVCell.java | 6 -
.../sysds/runtime/matrix/data/LibMatrixAgg.java | 60 +++++++
.../data/LibMatrixAggUnarySpecialization.java | 152 ++++++++++++++++
.../sysds/runtime/matrix/data/MatrixBlock.java | 191 ++-------------------
.../sysds/runtime/matrix/data/MatrixCell.java | 39 ++---
.../sysds/runtime/matrix/data/MatrixValue.java | 6 +-
.../sysds/runtime/matrix/data/WeightedCell.java | 9 +-
9 files changed, 275 insertions(+), 243 deletions(-)
create mode 100644
src/main/java/org/apache/sysds/runtime/matrix/data/LibMatrixAggUnarySpecialization.java