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 2019/10/22 05:08:20 UTC

[GitHub] [incubator-mxnet] pengzhao-intel commented on a change in pull request #16545: [mkldnn-v1.0] Skip flaky test for unidirectional rnn_relu

pengzhao-intel commented on a change in pull request #16545: [mkldnn-v1.0] Skip flaky test for unidirectional rnn_relu
URL: https://github.com/apache/incubator-mxnet/pull/16545#discussion_r337331908
 
 

 ##########
 File path: tests/python/unittest/test_operator.py
 ##########
 @@ -257,6 +258,9 @@ def test_rnntanh_bidirectional():
 @with_seed()
 @assert_raises_cudnn_not_satisfied(min_version='5.1.10')
 def test_rnnrelu_sym():
+    if default_context().device_type == 'gpu':
+        print("Skip test `rnn_relu_sym` on gpu. This is tracked by https://github.com/apache/incubator-mxnet/issues/16548")
 
 Review comment:
   Could gpu pass the test with the original CPU test?

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


With regards,
Apache Git Services