You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nemo.apache.org by jo...@apache.org on 2019/01/22 01:11:58 UTC

[incubator-nemo] branch reshaping updated (4319fb1 -> 55a5e6f)

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

johnyangk pushed a change to branch reshaping
in repository https://gitbox.apache.org/repos/asf/incubator-nemo.git.


    from 4319fb1  handle loops
     new 7a80134  skew restructuring
     new c393d58  chkpt
     new 55a5e6f  done

The 542 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:
 .../main/java/org/apache/nemo/common/ir/IRDAG.java |  97 ++++++++++++++-
 .../ir/vertex/system/MessageAggregationVertex.java |  35 ++++++
 .../ir/vertex/system/MessageBarrierVertex.java     |  39 +++++-
 .../compiletime/reshaping/SkewReshapingPass.java   | 135 ++++-----------------
 4 files changed, 190 insertions(+), 116 deletions(-)