larroy commented on issue #15691: Fix USE_BLAS == openblas check URL: https://github.com/apache/incubator-mxnet/pull/15691#issuecomment-516215378 Testing: Verified the right preprocessor flag is passed during compilation. ``` g++ -std=c++11 -c -DMSHADOW_FORCE_STREAM -Wall -Wsign-compare -O3 -DNDEBUG=1 -I/home/ANT.AMAZON.COM/pllarroy/devel/mxnet_master/3rdparty/mshadow/ -I/home/ANT.AMAZON.COM/pllarroy/devel/mxnet_master/3rdparty/dmlc-core/include -fPIC -I/home/ANT.AMAZON.COM/pllarroy/devel/mxnet_master/3rdparty/tvm/nnvm/include -I/home/ANT.AMAZON.COM/pllarroy/devel/mxnet_master/3rdparty/dlpack/include -I/home/ANT.AMAZON.COM/pllarroy/devel/mxnet_master/3rdparty/tvm/include -Iinclude -funroll-loops -Wno-unused-parameter -Wno-unknown-pragmas -Wno-unused-local-typedefs -msse3 -mf16c -DMSHADOW_USE_CUDA=0 -DMSHADOW_USE_CBLAS=1 -DMSHADOW_USE_MKL=0 -DMSHADOW_RABIT_PS=0 -DMSHADOW_DIST_PS=0 -DMSHADOW_USE_PASCAL=0 -DMXNET_USE_OPENCV=1 -I/usr/include/opencv -fopenmp -DMXNET_USE_OPERATOR_TUNING=1 -DMSHADOW_INT64_TENSOR_SIZE=0 -DMXNET_USE_BLAS_OPEN=1 -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DUSE_JEMALLOC -DMXNET_USE_NCCL=0 -DMXNET_USE_LIBJPEG_TURBO=0 -MMD -c src/operator/nn/mkldnn/mkldnn_act.cc -o build/src/operator/nn/mkldnn/mkldnn_act.o ```
---------------------------------------------------------------- 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
