stsukrov edited a comment on issue #14086: Intel Compiler fails to build mxnet
URL: 
https://github.com/apache/incubator-mxnet/issues/14086#issuecomment-462291700
 
 
   @TaoLv 
   
   Really confused :)
   
   Unable to find any documentation on **--new_cilkfor**
   I assume it's some kind of magic internal Intel preproc flag, that's used to 
preevaluate for-upperbound. 
   
   **l2_normalization.cc is compilable now.**
   Confirming, that it partially fixes the first issue - I'm able to build 
libmxnet.so.
   
   
   **It doesn't fix the second internal error**:
   ```
   icpc  -DCUB_MKL=1 -DDMLC_USE_CXX11 -DDMLC_USE_CXX11=1 -DMSHADOW_IN_CXX11 
-DMSHADOW_USE_CBLAS=1 -DMSHADOW_USE_CUDA=0 -DMSHADOW_USE_MKL=0 
-DMSHADOW_USE_SSE=1 -DMXNET_USE_LAPACK=1 -DMXNET_USE_MKLDNN=1 
-DMXNET_USE_NCCL=0 -DMXNET_USE_OPENCV=1 -DMXNET_USE_OPENMP=1 
-DMXNET_USE_OPERATOR_TUNING=1 -DNDEBUG=1 -DUSE_JEMALLOC -DUSE_MKL=1 
-I/home/stsukrov/workspace/incubator-mxnet/build/mklml/mklml_lnx_2019.0.1.20180928/include
 -I/home/stsukrov/workspace/incubator-mxnet/3rdparty/mkldnn/include 
-I/home/stsukrov/workspace/incubator-mxnet/include 
-I/home/stsukrov/workspace/incubator-mxnet/src 
-I/home/stsukrov/workspace/incubator-mxnet/3rdparty/mshadow 
-I/home/stsukrov/workspace/incubator-mxnet/3rdparty/cub 
-I/home/stsukrov/workspace/incubator-mxnet/3rdparty/tvm/nnvm/include 
-I/home/stsukrov/workspace/incubator-mxnet/3rdparty/tvm/include 
-I/home/stsukrov/workspace/incubator-mxnet/3rdparty/dmlc-core/include 
-I/home/stsukrov/workspace/incubator-mxnet/3rdparty/dlpack/include 
-I/home/stsukrov/workspace/incubator-mxnet/3rdparty/googletest/googletest/include
 -I/home/stsukrov/workspace/incubator-mxnet/tests/cpp/include -isystem 
/usr/include/opencv  -Wall -Wno-unknown-pragmas -Wno-sign-compare -O3 -msse2 
-std=c++11 -mf16c -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc 
-fno-builtin-free -qopenmp -std=c++0x -fPIE   -o 
CMakeFiles/mxnet_unit_tests.dir/cpp/operator/batchnorm_test.cc.o -c 
/home/stsukrov/workspace/incubator-mxnet/tests/cpp/operator/batchnorm_test.cc 
-Qoption,cpp,--new_cilkfor
   
/home/stsukrov/workspace/incubator-mxnet/tests/cpp/include/./././test_util.h(225)
 (col. 5): internal error: 04010002_1506
   
   compilation aborted for 
/home/stsukrov/workspace/incubator-mxnet/tests/cpp/operator/batchnorm_test.cc 
(code 4)
   ```
   
   

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to