From c4720376c692e14f7c089f6c3604448a31cc9de6 Mon Sep 17 00:00:00 2001 From: Helin Wang Date: Mon, 2 Apr 2018 09:59:32 -0700 Subject: [PATCH] disable ncclAllReduceOp as well --- paddle/fluid/operators/nccl_op_test.cu.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/paddle/fluid/operators/nccl_op_test.cu.cc b/paddle/fluid/operators/nccl_op_test.cu.cc index 28f13c8052..a31d64e899 100644 --- a/paddle/fluid/operators/nccl_op_test.cu.cc +++ b/paddle/fluid/operators/nccl_op_test.cu.cc @@ -137,6 +137,8 @@ class NCCLTester : public ::testing::Test { TEST_F(NCCLTester, ncclInitOp) {} // ncclAllReduceOp with desc +// TODO(helin): https://github.com/PaddlePaddle/Paddle/issues/9367 +/* TEST_F(NCCLTester, ncclAllReduceOp) { std::unique_ptr op2(new f::OpDesc); op2->SetType("ncclAllReduce"); @@ -184,6 +186,7 @@ TEST_F(NCCLTester, ncclAllReduceOp) { } } } +*/ // ncclReduceOp with desc TEST_F(NCCLTester, ncclReduceOp) { -- GitLab