You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by sx...@apache.org on 2020/10/19 23:22:34 UTC

[incubator-mxnet] branch master updated (e6cea0d -> a0fd1fe)

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

sxjscience pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.


    from e6cea0d  fix numpy ediff1d large tensor (#19310)
     add a0fd1fe  Faster pointwise fusion graph pass (#19269)

No new revisions were added by this update.

Summary of changes:
 src/imperative/cached_op.h              |   5 +-
 src/imperative/exec_pass.h              |  16 +-
 src/imperative/pointwise_fusion_pass.cc | 517 ++++++++++++++-------------
 src/imperative/simple_partition_pass.cc | 265 ++++++++++++++
 src/imperative/simple_partition_pass.h  | 599 +++++++++++---------------------
 src/operator/fusion/fused_op.cu         |  51 ++-
 tests/python/gpu/test_fusion.py         |  20 ++
 7 files changed, 805 insertions(+), 668 deletions(-)
 create mode 100644 src/imperative/simple_partition_pass.cc