lebeg commented on issue #13221: Flaky tests: 
test_gluon_model_zoo_gpu.test_training
URL: 
https://github.com/apache/incubator-mxnet/issues/13221#issuecomment-439829541
 
 
   @pengxin99 Though I think you have the right setup, we are testing the build 
with [following 
parameters](https://github.com/apache/incubator-mxnet/blob/f87db9eed45c208f9c13098205193c4cd41d04ee/ci/docker/runtime_functions.sh#L542-L558):
   
   ```
   build_ubuntu_gpu_mkldnn() {
       set -ex
   
       build_ccache_wrappers
   
       make  \
           DEV=1                                     \
           ENABLE_TESTCOVERAGE=1                     \
           USE_CPP_PACKAGE=1                         \
           USE_BLAS=openblas                         \
           USE_MKLDNN=1                              \
           USE_CUDA=1                                \
           USE_CUDA_PATH=/usr/local/cuda             \
           USE_CUDNN=1                               \
           CUDA_ARCH="$CI_CUDA_COMPUTE_CAPABILITIES" \
           -j$(nproc)
   }
   ```
   
   I see that `DEV` and `USE_BLAS` differ. Can this be an issue?

----------------------------------------------------------------
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