You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/03/23 08:31:42 UTC

[GitHub] pengzhao-intel commented on issue #10141: Flaky test test_operator_gpu.test_convolution_options @ Python2: MKLDNN-GPU

pengzhao-intel commented on issue #10141: Flaky test test_operator_gpu.test_convolution_options @ Python2: MKLDNN-GPU
URL: https://github.com/apache/incubator-mxnet/issues/10141#issuecomment-375579206
 
 
   @marcoabreu could you double check if this case still fails?
   
   It works on my side and the MKL-DNN results matches with GPU as below.
   
   > [patric@mlt-skx082 workspace]$ export MXNET_TEST_SEED=1010398644
   > [patric@mlt-skx082 workspace]$ export MKLDNN_VERBOSE=1
   > [patric@mlt-skx082 workspace]$ nosetests --verbose tests/python/gpu/test_operator_gpu.py:test_convolution_options
   > [INFO] Setting module np/mx/python random seeds, use MXNET_MODULE_SEED=1024541609 to reproduce.
   > [WARNING] *** test-level seed set: all "@with_seed()" tests run deterministically ***
   > test_operator_gpu.test_convolution_options ... [INFO] Setting test np/mx/python random seeds, use MXNET_TEST_SEED=1010398644 to reproduce.
   > mkldnn_verbose,exec,convolution,gemm:blas,forward_inference,fsrc:nchw fwei:oihw fbia:x fdst:nchw,alg:convolution_direct,mb2_g1ic2oc3_ih7oh7kh3sh1dh0ph1_iw7ow7kw3sw1dw0pw1,0.219971
   > mkldnn_verbose,exec,convolution,gemm:blas,forward_inference,fsrc:nchw fwei:oihw fbia:x fdst:nchw,alg:convolution_direct,mb2_g1ic2oc3_ih7oh7kh3sh1dh0ph1_iw7ow7kw3sw1dw0pw1,0.0148926
   > mkldnn_verbose,exec,convolution,gemm:blas,forward_training,fsrc:nchw fwei:oihw fbia:x fdst:nchw,alg:convolution_direct,mb2_g1ic2oc3_ih7oh7kh3sh1dh0ph1_iw7ow7kw3sw1dw0pw1,0.0141602
   > mkldnn_verbose,exec,convolution,gemm:blas,forward_training,fsrc:nchw fwei:oihw fbia:x fdst:nchw,alg:convolution_direct,mb2_g1ic2oc3_ih7oh7kh3sh1dh0ph1_iw7ow7kw3sw1dw0pw1,0.0090332
   > mkldnn_verbose,exec,convolution,gemm:blas,backward_data,fsrc:nchw fwei:oihw fbia:undef fdst:nchw,alg:convolution_direct,mb2_g1ic2oc3_ih7oh7kh3sh1dh0ph1_iw7ow7kw3sw1dw0pw1,0.0251465
   > mkldnn_verbose,exec,convolution,gemm:blas,backward_weights,fsrc:nchw fwei:oihw fbia:x fdst:nchw,alg:convolution_direct,mb2_g1ic2oc3_ih7oh7kh3sh1dh0ph1_iw7ow7kw3sw1dw0pw1,0.0930176
   > mkldnn_verbose,exec,convolution,gemm:blas,backward_data,fsrc:nchw fwei:oihw fbia:undef fdst:nchw,alg:convolution_direct,mb2_g1ic2oc3_ih7oh7kh3sh1dh0ph1_iw7ow7kw3sw1dw0pw1,0.0129395
   > mkldnn_verbose,exec,convolution,gemm:blas,backward_weights,fsrc:nchw fwei:oihw fbia:x fdst:nchw,alg:convolution_direct,mb2_g1ic2oc3_ih7oh7kh3sh1dh0ph1_iw7ow7kw3sw1dw0pw1,0.0439453
   > mkldnn_verbose,exec,convolution,gemm:blas,forward_inference,fsrc:nchw fwei:oihw fbia:x fdst:nchw,alg:convolution_direct,mb2_g1ic2oc3_ih7oh3kh3sh2dh0ph0_iw7ow3kw3sw2dw0pw0,0.0119629
   > mkldnn_verbose,exec,convolution,gemm:blas,forward_inference,fsrc:nchw fwei:oihw fbia:x fdst:nchw,alg:convolution_direct,mb2_g1ic2oc3_ih7oh3kh3sh2dh0ph0_iw7ow3kw3sw2dw0pw0,0.0090332
   > mkldnn_verbose,exec,convolution,gemm:blas,forward_training,fsrc:nchw fwei:oihw fbia:x fdst:nchw,alg:convolution_direct,mb2_g1ic2oc3_ih7oh3kh3sh2dh0ph0_iw7ow3kw3sw2dw0pw0,0.00805664
   > mkldnn_verbose,exec,convolution,gemm:blas,forward_training,fsrc:nchw fwei:oihw fbia:x fdst:nchw,alg:convolution_direct,mb2_g1ic2oc3_ih7oh3kh3sh2dh0ph0_iw7ow3kw3sw2dw0pw0,0.0078125
   > mkldnn_verbose,exec,convolution,gemm:blas,backward_data,fsrc:nchw fwei:oihw fbia:undef fdst:nchw,alg:convolution_direct,mb2_g1ic2oc3_ih7oh3kh3sh2dh0ph0_iw7ow3kw3sw2dw0pw0,0.0100098
   > mkldnn_verbose,exec,convolution,gemm:blas,backward_weights,fsrc:nchw fwei:oihw fbia:x fdst:nchw,alg:convolution_direct,mb2_g1ic2oc3_ih7oh3kh3sh2dh0ph0_iw7ow3kw3sw2dw0pw0,0.0249023
   > mkldnn_verbose,exec,convolution,gemm:blas,backward_data,fsrc:nchw fwei:oihw fbia:undef fdst:nchw,alg:convolution_direct,mb2_g1ic2oc3_ih7oh3kh3sh2dh0ph0_iw7ow3kw3sw2dw0pw0,0.0090332
   > mkldnn_verbose,exec,convolution,gemm:blas,backward_weights,fsrc:nchw fwei:oihw fbia:x fdst:nchw,alg:convolution_direct,mb2_g1ic2oc3_ih7oh3kh3sh2dh0ph0_iw7ow3kw3sw2dw0pw0,0.0339355
   > mkldnn_verbose,exec,convolution,gemm:blas,forward_inference,fsrc:nchw fwei:oihw fbia:x fdst:nchw,alg:convolution_direct,mb2_g1ic2oc3_ih7oh3kh3sh1dh1ph0_iw7ow3kw3sw1dw1pw0,0.0100098
   > mkldnn_verbose,exec,convolution,gemm:blas,forward_inference,fsrc:nchw fwei:oihw fbia:x fdst:nchw,alg:convolution_direct,mb2_g1ic2oc3_ih7oh3kh3sh1dh1ph0_iw7ow3kw3sw1dw1pw0,0.0090332
   > mkldnn_verbose,exec,convolution,gemm:blas,forward_training,fsrc:nchw fwei:oihw fbia:x fdst:nchw,alg:convolution_direct,mb2_g1ic2oc3_ih7oh3kh3sh1dh1ph0_iw7ow3kw3sw1dw1pw0,0.00805664
   > mkldnn_verbose,exec,convolution,gemm:blas,forward_training,fsrc:nchw fwei:oihw fbia:x fdst:nchw,alg:convolution_direct,mb2_g1ic2oc3_ih7oh3kh3sh1dh1ph0_iw7ow3kw3sw1dw1pw0,0.0090332
   > mkldnn_verbose,exec,convolution,gemm:blas,backward_data,fsrc:nchw fwei:oihw fbia:undef fdst:nchw,alg:convolution_direct,mb2_g1ic2oc3_ih7oh3kh3sh1dh1ph0_iw7ow3kw3sw1dw1pw0,0.0109863
   > mkldnn_verbose,exec,convolution,gemm:blas,backward_weights,fsrc:nchw fwei:oihw fbia:x fdst:nchw,alg:convolution_direct,mb2_g1ic2oc3_ih7oh3kh3sh1dh1ph0_iw7ow3kw3sw1dw1pw0,0.0241699
   > mkldnn_verbose,exec,convolution,gemm:blas,backward_data,fsrc:nchw fwei:oihw fbia:undef fdst:nchw,alg:convolution_direct,mb2_g1ic2oc3_ih7oh3kh3sh1dh1ph0_iw7ow3kw3sw1dw1pw0,0.0090332
   > mkldnn_verbose,exec,convolution,gemm:blas,backward_weights,fsrc:nchw fwei:oihw fbia:x fdst:nchw,alg:convolution_direct,mb2_g1ic2oc3_ih7oh3kh3sh1dh1ph0_iw7ow3kw3sw1dw1pw0,0.0249023
   > mkldnn_verbose,exec,convolution,gemm:blas,forward_inference,fsrc:nchw fwei:oihw fbia:x fdst:nchw,alg:convolution_direct,mb2_g1ic2oc3_ih7oh7kh1sh1dh0ph0_iw7ow7kw1sw1dw0pw0,0.0090332
   > mkldnn_verbose,exec,convolution,gemm:blas,forward_inference,fsrc:nchw fwei:oihw fbia:x fdst:nchw,alg:convolution_direct,mb2_g1ic2oc3_ih7oh7kh1sh1dh0ph0_iw7ow7kw1sw1dw0pw0,0.00708008
   > mkldnn_verbose,exec,convolution,gemm:blas,forward_training,fsrc:nchw fwei:oihw fbia:x fdst:nchw,alg:convolution_direct,mb2_g1ic2oc3_ih7oh7kh1sh1dh0ph0_iw7ow7kw1sw1dw0pw0,0.00708008
   > mkldnn_verbose,exec,convolution,gemm:blas,forward_training,fsrc:nchw fwei:oihw fbia:x fdst:nchw,alg:convolution_direct,mb2_g1ic2oc3_ih7oh7kh1sh1dh0ph0_iw7ow7kw1sw1dw0pw0,0.00708008
   > mkldnn_verbose,exec,convolution,gemm:blas,backward_data,fsrc:nchw fwei:oihw fbia:undef fdst:nchw,alg:convolution_direct,mb2_g1ic2oc3_ih7oh7kh1sh1dh0ph0_iw7ow7kw1sw1dw0pw0,0.0078125
   > mkldnn_verbose,exec,convolution,gemm:blas,backward_weights,fsrc:nchw fwei:oihw fbia:x fdst:nchw,alg:convolution_direct,mb2_g1ic2oc3_ih7oh7kh1sh1dh0ph0_iw7ow7kw1sw1dw0pw0,0.0288086
   > mkldnn_verbose,exec,convolution,gemm:blas,backward_data,fsrc:nchw fwei:oihw fbia:undef fdst:nchw,alg:convolution_direct,mb2_g1ic2oc3_ih7oh7kh1sh1dh0ph0_iw7ow7kw1sw1dw0pw0,0.019043
   > mkldnn_verbose,exec,convolution,gemm:blas,backward_weights,fsrc:nchw fwei:oihw fbia:x fdst:nchw,alg:convolution_direct,mb2_g1ic2oc3_ih7oh7kh1sh1dh0ph0_iw7ow7kw1sw1dw0pw0,0.0290527
   > ok
   > 
   > ----------------------------------------------------------------------
   > Ran 1 test in 2.758s
   > 
   > OK
   > 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services