leezu commented on issue #17641: OpenMP Error
URL: 
https://github.com/apache/incubator-mxnet/issues/17641#issuecomment-590465449
 
 
   CI can also reproduce this issue. I switched CI to testing CMake builds 
instead of Makefile build in 
https://github.com/apache/incubator-mxnet/pull/17645 and the Python MKLDNN + 
MKL Pipeline fails with this issue: 
[Log](http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/mxnet-validation%2Funix-cpu/detail/PR-17645/30/pipeline/297)
 and [Raw 
log](http://jenkins.mxnet-ci.amazon-ml.com/blue/rest/organizations/jenkins/pipelines/mxnet-validation/pipelines/unix-cpu/branches/PR-17645/runs/30/nodes/297/steps/775/log/?start=0)
   
   That pipeline relies on the following build
   
   ```
   build_ubuntu_cpu_mkldnn_mkl() {
       set -ex
       cd /work/build
       cmake \
           -DCMAKE_BUILD_TYPE="RelWithDebInfo" \
           -DUSE_MKL_IF_AVAILABLE=ON \
           -DBLAS="MKL" \
           -DUSE_TVM_OP=ON \
           -DUSE_CUDA=OFF \
           -DUSE_CPP_PACKAGE=ON \
           -G Ninja /work/mxnet
       ninja
   }
   ```

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


With regards,
Apache Git Services

Reply via email to