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/08/22 13:24:29 UTC

[incubator-mxnet] branch master updated: Enable OpenMP for armv8 builds (#12273)

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 c9274be  Enable OpenMP for armv8 builds (#12273)
c9274be is described below

commit c9274bef7bbd3dce3966f06771b395b542e2cf1b
Author: Anton Chernov <me...@gmail.com>
AuthorDate: Wed Aug 22 15:24:19 2018 +0200

    Enable OpenMP for armv8 builds (#12273)
---
 ci/docker/Dockerfile.build.armv8 | 2 +-
 ci/docker/runtime_functions.sh   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ci/docker/Dockerfile.build.armv8 b/ci/docker/Dockerfile.build.armv8
index 8818ba4..46cc229 100755
--- a/ci/docker/Dockerfile.build.armv8
+++ b/ci/docker/Dockerfile.build.armv8
@@ -18,7 +18,7 @@
 #
 # Dockerfile to build MXNet for ARM64/ARMv8
 
-FROM mxnetci/dockcross-linux-arm64:05082018
+FROM mxnetci/dockcross-linux-arm64:08212018
 
 ENV ARCH aarch64
 ENV HOSTCC gcc
diff --git a/ci/docker/runtime_functions.sh b/ci/docker/runtime_functions.sh
index 2341674..3531139 100755
--- a/ci/docker/runtime_functions.sh
+++ b/ci/docker/runtime_functions.sh
@@ -184,7 +184,7 @@ build_armv8() {
         -DUSE_CUDA=OFF\
         -DSUPPORT_F16C=OFF\
         -DUSE_OPENCV=OFF\
-        -DUSE_OPENMP=OFF\
+        -DUSE_OPENMP=ON \
         -DUSE_LAPACK=OFF\
         -DUSE_SIGNAL_HANDLER=ON\
         -DCMAKE_BUILD_TYPE=Release\