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

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


    from 693c81d  [MINOR] Added scaleMinMax built-in function, and fix 
warnings/javadocs
     add 33dca00  [SYSTEMDS-3185] Pair matrix objects with lineage traces for 
federated broadcast

No new revisions were added by this update.

Summary of changes:
 .../controlprogram/context/ExecutionContext.java   |  18 +++-
 .../controlprogram/federated/FederationMap.java    |  49 +++++++---
 .../federated/MatrixLineagePair.java               | 100 +++++++++++++++++++++
 .../fed/AggregateBinaryFEDInstruction.java         |   9 +-
 .../fed/AggregateTernaryFEDInstruction.java        |   8 +-
 .../instructions/fed/AppendFEDInstruction.java     |  13 +--
 .../fed/BinaryMatrixMatrixFEDInstruction.java      |  15 ++--
 .../instructions/fed/CovarianceFEDInstruction.java |  20 +++--
 .../instructions/fed/CtableFEDInstruction.java     |  34 +++----
 .../fed/CumulativeOffsetFEDInstruction.java        |  21 ++---
 .../instructions/fed/IndexingFEDInstruction.java   |   3 +-
 .../instructions/fed/MMChainFEDInstruction.java    |   5 +-
 .../runtime/instructions/fed/MMFEDInstruction.java |  15 ++--
 .../fed/QuantileSortFEDInstruction.java            |   3 +-
 .../fed/QuaternaryWCeMMFEDInstruction.java         |   5 +-
 .../fed/QuaternaryWDivMMFEDInstruction.java        |  11 +--
 .../fed/QuaternaryWSLossFEDInstruction.java        |  13 +--
 .../fed/QuaternaryWSigmoidFEDInstruction.java      |   7 +-
 .../fed/QuaternaryWUMMFEDInstruction.java          |   7 +-
 .../instructions/fed/SpoofFEDInstruction.java      |  14 +--
 .../instructions/fed/TernaryFEDInstruction.java    |  37 ++++----
 .../org/apache/sysds/runtime/lineage/Lineage.java  |   9 +-
 .../FederatedLineageTraceReuseTest.java            |  16 ++--
 ...seReadTest.java => FederatedReadCacheTest.java} |  60 ++++---------
 .../multitenant/FederatedLineageTraceReuseTest.dml |   2 +-
 ...euseReadTest.dml => FederatedReadCacheTest.dml} |  10 +--
 26 files changed, 322 insertions(+), 182 deletions(-)
 create mode 100644 
src/main/java/org/apache/sysds/runtime/controlprogram/federated/MatrixLineagePair.java
 copy 
src/test/java/org/apache/sysds/test/functions/federated/multitenant/{FederatedReuseReadTest.java
 => FederatedReadCacheTest.java} (78%)
 copy 
src/test/scripts/functions/federated/multitenant/{FederatedReuseReadTest.dml => 
FederatedReadCacheTest.dml} (86%)

Reply via email to