You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by ma...@apache.org on 2018/06/14 23:31:32 UTC

[incubator-mxnet] branch v1.2.0 updated (62a47a7 -> 00ec21c)

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

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


    from 62a47a7  Fix bugs in MKLDNN. (#10979)
     add ea55fca  Enable CUDNN for conv1D (#11194) (#11270)
     add 10cab6b  [MXNET-244] Fixed armv7 wheel (1.2.0 release) (#11054)
     add 00ec21c  Scala inference memory leak fix #11204 (#11216)

No new revisions were added by this update.

Summary of changes:
 CMakeLists.txt                                     |  6 +-
 ci/docker/Dockerfile.build.arm64                   | 15 ++--
 ci/docker/Dockerfile.build.armv6                   | 13 ++--
 ci/docker/Dockerfile.build.armv7                   | 24 ++++--
 ci/docker/Dockerfile.build.jetson                  | 15 ++--
 .../docker/install/arm_openblas.sh                 | 14 ++--
 .../__init__.py => ci/docker/install/ubuntu_arm.sh |  9 ++-
 ci/docker/runtime_functions.sh                     | 90 ++++++++++++++--------
 cmake/Modules/FindOpenBLAS.cmake                   |  7 +-
 .../main/scala/org/apache/mxnet/FeedForward.scala  | 25 ++++--
 src/operator/nn/convolution.cu                     | 17 +++-
 11 files changed, 160 insertions(+), 75 deletions(-)
 copy example/rcnn/script/additional_deps.sh => ci/docker/install/arm_openblas.sh (81%)
 copy example/rcnn/rcnn/symbol/__init__.py => ci/docker/install/ubuntu_arm.sh (92%)
 mode change 100644 => 100755

-- 
To stop receiving notification emails like this one, please contact
marcoabreu@apache.org.