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

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


    from c83b3ec  [MXNET-115] USE_LAPACK is forced on all platforms with 
OpenBLAS and cmake (#11094)
     new 4852477  Fixed armv7 wheel
     new 6d02ddd  Fixed bash default value substitution
     new 41a9bd2  Fixed whitespace errors
     new af03d1a  Added unzip installation to crosscompile docker images
     new f4e080a  Removed deprecated apt lists removal
     new 47d1b35  Moved common parts to scripts for docker builds
     new 41d065e  Disabled bundled OpenMP for cross compilation
     new 1f0d76d  Added make based build for armv7 as option
     new ec41928  Renamed install_openblas.sh -> arm_openblas.sh
     new ed33e5f  [MXNET-523] Fix build with OpenCV 2 (rpi)
     new d612b57  [MXNET-523] Fix build with OpenCV 2 (rpi)
     new 914d163  attempt to fix CI
     new 821a60f  Fix wheels for ARMv7 and Jetson
     new 9bf3e5c  Fix armv6 build and dockerfile
     new 6bd37f9  Reduce memory usage on ndarray tests (topk)
     new 750b246  Switch to release build in arm

The 16 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CMakeLists.txt                                     | 16 +++-
 ci/docker/Dockerfile.build.arm64                   | 15 ++--
 ci/docker/Dockerfile.build.armv6                   | 16 ++--
 ci/docker/Dockerfile.build.armv7                   | 24 ++++--
 ci/docker/Dockerfile.build.jetson                  | 15 ++--
 .../docker/install/arm_openblas.sh                 | 14 ++--
 .../CPPLINT.cfg => ci/docker/install/ubuntu_arm.sh |  9 +-
 ci/docker/runtime_functions.sh                     | 96 ++++++++++++++--------
 .../predict-cpp/CMakeLists.txt                     |  4 +-
 ...rosscompile.jetson.mk => crosscompile.armv7.mk} | 13 ++-
 tests/python/unittest/test_ndarray.py              |  5 +-
 11 files changed, 147 insertions(+), 80 deletions(-)
 copy example/rcnn/script/additional_deps.sh => 
ci/docker/install/arm_openblas.sh (81%)
 copy cpp-package/include/mxnet-cpp/CPPLINT.cfg => 
ci/docker/install/ubuntu_arm.sh (92%)
 mode change 100644 => 100755
 copy make/{crosscompile.jetson.mk => crosscompile.armv7.mk} (96%)

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to