You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/08/22 13:24:21 UTC

[GitHub] marcoabreu closed pull request #12273: Enable OpenMP for armv8 builds

marcoabreu closed pull request #12273: Enable OpenMP for armv8 builds
URL: https://github.com/apache/incubator-mxnet/pull/12273
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/ci/docker/Dockerfile.build.armv8 b/ci/docker/Dockerfile.build.armv8
index 8818ba4e4a1..46cc229d590 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 2341674fa21..35311396e34 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\


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services