You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemds.apache.org by ar...@apache.org on 2021/02/04 20:52:27 UTC

[systemds] branch master updated (e8b65fe -> cb9c890)

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

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


    from e8b65fe  [MINOR] Performance spark NaN checks and ultra-sparse aggregation
     add cb9c890  [SYSTEMDS-2799] Update UDF reuse, add Fed pipeline reuse test

No new revisions were added by this update.

Summary of changes:
 .../federated/FederatedWorkerHandler.java          |  6 +-
 .../instructions/fed/ReorgFEDInstruction.java      |  4 +-
 .../apache/sysds/runtime/lineage/LineageCache.java | 21 ++++--
 .../sysds/runtime/lineage/LineageCacheConfig.java  | 22 ++++--
 .../sysds/runtime/lineage/LineageItemUtils.java    | 12 ++++
 .../LineageFedReuseAlg.java}                       | 81 ++++++++++++----------
 .../FedLmPipelineReuse.dml}                        |  8 ++-
 7 files changed, 98 insertions(+), 56 deletions(-)
 copy src/test/java/org/apache/sysds/test/functions/{federated/algorithms/FederatedLmPipeline.java => lineage/LineageFedReuseAlg.java} (61%)
 copy src/test/scripts/functions/{federated/FederatedLmPipeline.dml => lineage/FedLmPipelineReuse.dml} (89%)