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/10/01 07:59:04 UTC

[GitHub] perdasilva closed pull request #12382: [WIP] Fixes test_nccl_pushpull flaky test

perdasilva closed pull request #12382: [WIP] Fixes test_nccl_pushpull flaky test
URL: https://github.com/apache/incubator-mxnet/pull/12382
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/tests/python/gpu/test_nccl.py b/tests/python/gpu/test_nccl.py
index 40ef6fdfd0a..5ea98aa2d89 100644
--- a/tests/python/gpu/test_nccl.py
+++ b/tests/python/gpu/test_nccl.py
@@ -32,7 +32,7 @@
 
 gpus = range(1, 1+num_gpus)
 
-@unittest.skip("Test requires NCCL library installed and enabled during build")
+# @unittest.skip("Test requires NCCL library installed and enabled during build")
 def test_nccl_pushpull():
     for shape, key in zip(shapes, keys):
         for n_gpus in gpus:


 

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