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

ptrendx pushed a change to branch v1.6.x
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.


    from 200f0ec  [v1.6.x] Backport #16837 into v1.6.x (#16847)
     add e73c186  Backport #16798, #16836 and #16838 to 1.6 (#16874)

No new revisions were added by this update.

Summary of changes:
 CMakeLists.txt                        |   6 +-
 appveyor.yml                          |   2 +-
 ci/build_windows.py                   |  12 +-
 make/maven/maven_darwin_mkl.mk        |   2 +-
 make/maven/maven_linux_cu90mkl.mk     |   2 +-
 make/maven/maven_linux_cu92mkl.mk     |   2 +-
 make/maven/maven_linux_mkl.mk         |   2 +-
 src/executor/exec_pass.h              |   5 +
 src/executor/graph_executor.cc        |  29 +++--
 src/executor/graph_executor.h         |   5 +-
 src/executor/infer_graph_attr_pass.cc | 201 +++++++++++++++++++++++-----------
 src/executor/pointwise_fusion_pass.cc |  22 +++-
 src/imperative/cached_op.cc           |  13 ++-
 src/operator/control_flow.cc          |   2 +-
 src/operator/fusion/fused_op-inl.h    |   4 +-
 src/operator/fusion/fused_op.cc       |   4 +-
 src/operator/fusion/fused_op.cu       |   5 +
 src/operator/fusion/fused_op.h        |   7 +-
 src/operator/tensor/matrix_op-inl.h   |   4 +-
 tests/python/gpu/test_fusion.py       |  27 ++++-
 tests/python/unittest/test_symbol.py  |  17 ++-
 21 files changed, 266 insertions(+), 107 deletions(-)

Reply via email to