This is an automated email from the ASF dual-hosted git repository.
anirudh2290 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git
The following commit(s) were added to refs/heads/master by this push:
new 651a6c0 reenable the test (#14483)
651a6c0 is described below
commit 651a6c05b2d1ac3c5442599d690d6fa17731939b
Author: Jake Lee <[email protected]>
AuthorDate: Wed Mar 27 08:16:01 2019 +0800
reenable the test (#14483)
---
tests/python/gpu/test_kvstore_gpu.py | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/tests/python/gpu/test_kvstore_gpu.py
b/tests/python/gpu/test_kvstore_gpu.py
index 23bab53..1dddc58 100644
--- a/tests/python/gpu/test_kvstore_gpu.py
+++ b/tests/python/gpu/test_kvstore_gpu.py
@@ -39,11 +39,12 @@ def init_kv_with_str(stype='default', kv_type='local'):
kv.init(str_keys, [mx.nd.zeros(shape=shape, stype=stype)] * len(keys))
return kv
-# Test seed 89411477 (module seed 1829754103) resulted in a py3-gpu CI runner
core dump.
-# Not reproducible, so this test is back on random seeds.
+# 1. Test seed 89411477 (module seed 1829754103) resulted in a py3-gpu CI
runner core dump.
+# 2. Test seed 1155716252 (module seed 1032824746) resulted in py3-mkldnn-gpu
have error
+# src/operator/nn/mkldnn/mkldnn_base.cc:567: Check failed: similar
+# Both of them are not reproducible, so this test is back on random seeds.
@with_seed()
@unittest.skipIf(mx.context.num_gpus() < 2, "test_rsp_push_pull needs more
than 1 GPU")
[email protected]("Flaky test
https://github.com/apache/incubator-mxnet/issues/14189")
def test_rsp_push_pull():
def check_rsp_push_pull(kv_type, sparse_pull, is_push_cpu=True):
kv = init_kv_with_str('row_sparse', kv_type)