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/11/28 12:15:11 UTC

[incubator-mxnet] branch master updated: Add ARMv7 builds to dev_menu.py (#13432)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 212364b  Add ARMv7 builds to dev_menu.py (#13432)
212364b is described below

commit 212364b0cba28aeda989378f6e630f7a61749bf3
Author: Pedro Larroy <92...@users.noreply.github.com>
AuthorDate: Wed Nov 28 13:14:48 2018 +0100

    Add ARMv7 builds to dev_menu.py (#13432)
    
    * Add ARMv7 builds to dev_menu.py
    
    * Add Python3 CPU Intel MKLDNN unittests to dev_menu
---
 dev_menu.py | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/dev_menu.py b/dev_menu.py
index fc80b0a..27db9e8 100755
--- a/dev_menu.py
+++ b/dev_menu.py
@@ -103,6 +103,16 @@ COMMANDS = OrderedDict([
         "ci/build.py --platform ubuntu_gpu /work/runtime_functions.sh build_ubuntu_gpu",
         "ci/build.py --nvidiadocker --platform ubuntu_gpu /work/runtime_functions.sh unittest_ubuntu_python3_gpu",
     ]),
+    ('[Docker] Python3 CPU Intel MKLDNN unittests',
+    [
+        "ci/build.py --platform ubuntu_cpu /work/runtime_functions.sh build_ubuntu_cpu_mkldnn",
+        "ci/build.py --platform ubuntu_cpu /work/runtime_functions.sh unittest_ubuntu_python3_cpu",
+    ]),
+    ('[Docker] Python3 ARMv7 unittests (QEMU)',
+    [
+        "ci/build.py -p armv7",
+        "ci/build.py -p test.arm_qemu ./runtime_functions.py run_ut_py3_qemu"
+    ]),
     ('[Local] CMake build (using cmake/cmake_options.yaml)',
         CMake()),
     ('Clean (RESET HARD) repository (Warning! erases local changes / DATA LOSS)',