szha commented on a change in pull request #19209:
URL: https://github.com/apache/incubator-mxnet/pull/19209#discussion_r494764854
##########
File path: tests/python/gpu/test_gluon_gpu.py
##########
@@ -647,3 +647,31 @@ def test_gemms_true_fp16():
assert_almost_equal(ref_results.asnumpy(), results_trueFP16.asnumpy(),
atol=atol, rtol=rtol)
+@with_seed()
+def test_cudnn_dropout_reproducibility():
Review comment:
you can use runtime feature detection to determine whether to skip the
test.
https://github.com/apache/incubator-mxnet/commit/bd0846a69addf18529d5dcf856b28bed1a38cdbc#diff-e1b66bb36e566bfd108d2ef312defbd9R139
----------------------------------------------------------------
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:
[email protected]