k128 commented on issue #14664: mxnet-cu100mkl "illegal instruction" on CPU URL: https://github.com/apache/incubator-mxnet/issues/14664#issuecomment-577665393 I might be doing something completely wrong here, but I installed MKL via APT without error and used the code on this page in order: https://mxnet.apache.org/api/python/docs/tutorials/performance/backend/mkldnn/mkldnn_readme.html After executing these lines, I got errors Commands: cmake -DUSE_CUDA=OFF -DUSE_MKL_IF_AVAILABLE=ON -DUSE_MKLDNN=ON -DUSE_OPENMP=ON -DUSE_OPENCV=ON .. make -j $(nproc) Lots of warnings like: /home/k64/incubator-mxnet/src/operator/numpy/./../nn/../tensor/././elemwise_unary_op.h:262:50: warning: typedef ‘DType’ locally defined but not used [-Wunused-local-typedefs] MXNET_INT_TYPE_SWITCH(outputs[0].type_flag_, DType, { Errors: CMakeFiles/Makefile2:1165: recipe for target 'CMakeFiles/mxnet_static.dir/all' failed make[1]: *** [CMakeFiles/mxnet_static.dir/all] Error 2 Makefile:140: recipe for target 'all' failed make: *** [all] Error 2
---------------------------------------------------------------- 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
