You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemds.apache.org by ba...@apache.org on 2020/11/20 13:09:52 UTC

[systemds] branch master updated (b0f584b -> ddc5dec)

This is an automated email from the ASF dual-hosted git repository.

baunsgaard pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/systemds.git.


    from b0f584b  [MINOR] l2svm move verbose print
     add ddc5dec  [SYSTEMDS-2736] Federated Ternary aggregate

No new revisions were added by this update.

Summary of changes:
 scripts/builtin/l2svm.dml                          |   2 +-
 .../controlprogram/federated/FederationMap.java    |  10 +-
 .../fed/AggregateTernaryFEDInstruction.java        |  95 ++++++++++++++++
 .../runtime/instructions/fed/FEDInstruction.java   |   1 +
 .../instructions/fed/FEDInstructionUtils.java      |   9 +-
 .../instructions/fed/InitFEDInstruction.java       | 119 +++++++++++----------
 .../instructions/fed/VariableFEDInstruction.java   |   3 -
 .../sysds/runtime/io/ReaderWriterFederated.java    |   4 +-
 8 files changed, 179 insertions(+), 64 deletions(-)
 create mode 100644 src/main/java/org/apache/sysds/runtime/instructions/fed/AggregateTernaryFEDInstruction.java