You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by zh...@apache.org on 2019/06/19 03:55:49 UTC

[incubator-mxnet] branch v1.5.x updated (85aaa3a -> ccbbf6b)

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

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


    from 85aaa3a  Fix horovod build failure when mxnet is built from source (#15213)
     add cab1dfa  Upgrade archive utility and add back FC improvement (#15171)
     add d7e2139  [MXNET-1417][Performance] Caching Dynamic Shape Checking Result (#15262)
     add ccbbf6b  Fix java install docs (#15250)

No new revisions were added by this update.

Summary of changes:
 Makefile                                           | 22 ++++++++++++++++++
 ci/docker/Dockerfile.build.ubuntu_build_cuda       |  2 ++
 ci/docker/install/{ubuntu_base.sh => ubuntu_ar.sh} | 26 ++++++++++------------
 docs/install/build_from_source.md                  |  2 ++
 docs/install/java_setup.md                         |  2 +-
 docs/tutorials/java/mxnet_java_on_intellij.md      |  2 +-
 src/imperative/cached_op.cc                        |  6 +++++
 src/imperative/cached_op.h                         |  1 +
 src/operator/nn/fully_connected-inl.h              | 14 +++++++++++-
 src/operator/nn/fully_connected.cc                 |  2 --
 tests/python/unittest/test_operator.py             | 21 +++++++++++++++++
 11 files changed, 81 insertions(+), 19 deletions(-)
 copy ci/docker/install/{ubuntu_base.sh => ubuntu_ar.sh} (66%)