You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemml.apache.org by ar...@apache.org on 2020/06/11 23:46:26 UTC

[systemml] branch master updated (3d876d3 -> f813fc9)

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/systemml.git.


    from 3d876d3  [SYSTEMDS-412] Fix lineage-based reuse for update-inplace indexing
     add f813fc9  [SYSTEMDS-413] Cache MultiReturnBuiltin instructions

No new revisions were added by this update.

Summary of changes:
 dev/docs/Tasks.txt                                 |   2 +
 .../cp/MultiReturnBuiltinCPInstruction.java        |   4 +
 .../apache/sysds/runtime/lineage/LineageCache.java | 110 ++++++++++++++-------
 .../sysds/runtime/lineage/LineageCacheConfig.java  |   3 +-
 .../sysds/runtime/lineage/LineageRewriteReuse.java |  96 +++++++++++++++++-
 .../test/functions/lineage/LineageReuseAlg.java    |  12 ++-
 .../scripts/functions/lineage/LineageReuseAlg4.dml |  82 +++++++++++++++
 7 files changed, 272 insertions(+), 37 deletions(-)
 create mode 100644 src/test/scripts/functions/lineage/LineageReuseAlg4.dml