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/17 01:24:38 UTC

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

zheng-da 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-373883574
 
 
   This test is interesting. It tested the code with very precision. the tol is 1e-5. It seems it's running with float64. I don't think MKLDNN can do conv with float64. The CPU code actually falls back to the native MXNet implementation, as far as I can tell.

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