Skip to content

Commit 373a2e6

Browse files
committed
remove comments
1 parent 7b0c027 commit 373a2e6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

paddle/fluid/operators/gen_nccl_id_op.cc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,8 @@ class GenNCCLIdOp : public framework::OperatorBase {
9292
VLOG(3) << "got nccl id and stop server...";
9393
rpc_service.ShutDown();
9494
VLOG(3) << "rpc server stopped";
95-
// TODO(wuyi): reinit nccl communicators
9695
server_thread.join();
9796
}
98-
99-
// protected:
100-
// mutable detail::AsyncGRPCServer* rpc_service_ = nullptr;
10197
};
10298

10399
class GenNCCLIdOpMaker : public framework::OpProtoAndCheckerMaker {

0 commit comments

Comments
 (0)