pengxin99 commented on issue #13221: Flaky tests: test_gluon_model_zoo_gpu.test_training URL: https://github.com/apache/incubator-mxnet/issues/13221#issuecomment-440554319 @lebeg I want to test if the `DEV` and `USE_BLAS` will affect the results, but i can not compile success use this two parameters: ` make -j20 DEV=1 ENABLE_TESTCOVERAGE=1 USE_CPP_PACKAGE=1 USE_MKLDNN=1 USE_BLAS=openblas USE_CUDA=1 USE_CUDNN=1 USE_CUDA_PATH=/usr/local/cuda-9.0/ ` > In file included from /home/pengxiny/case_test/incubator-mxnet/3rdparty/mshadow/mshadow/tensor.h:16:0, from include/mxnet/./base.h:32, from include/mxnet/operator_util.h:43, from src/operator/tensor/./elemwise_unary_op.h:28, from src/operator/tensor/elemwise_binary_broadcast_op_basic.cc:25: /home/pengxiny/case_test/incubator-mxnet/3rdparty/mshadow/mshadow/./base.h:162:23: fatal error: cblas.h: No such file or directory #include <cblas.h> ^ could you tell me what `DEV` mean?
---------------------------------------------------------------- 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
