You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by sa...@apache.org on 2020/09/15 05:59:06 UTC

[incubator-mxnet] branch v1.x updated (e1bcb33 -> 9dfac79)

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

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


    from e1bcb33  [1.x] Backport 'Update CUB and include it only for CUDA < 11 #18799' (#18975)
     add 9dfac79  [1.x] Backport Fix for duplicate subgraph inputs/outputs (#16131) (#19112)

No new revisions were added by this update.

Summary of changes:
 example/extensions/lib_subgraph/test_subgraph.py   | 19 +++---
 src/c_api/c_api_symbolic.cc                        |  5 ++
 src/operator/subgraph/build_subgraph.cc            | 70 +++++++++++++++++-----
 .../partitioner/custom_subgraph_property.h         |  7 +--
 src/operator/subgraph/subgraph_property.h          | 28 ++++++++-
 tests/python/unittest/test_subgraph_op.py          | 49 ++++++++++++++-
 6 files changed, 146 insertions(+), 32 deletions(-)