Skip to content

Commit 7a7d27b

Browse files
committed
update op
1 parent 0ae726f commit 7a7d27b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

paddle/fluid/operators/gen_nccl_id_op.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,7 @@ class GenNCCLIdOp : public framework::OperatorBase {
102102

103103
class GenNCCLIdOpMaker : public framework::OpProtoAndCheckerMaker {
104104
public:
105-
GenNCCLIdOpMaker(OpProto* proto, OpAttrChecker* op_checker)
106-
: OpProtoAndCheckerMaker(proto, op_checker) {
105+
void Make() override {
107106
AddOutput("NCCLID", "Raw variable contains a NCCL UniqueId instaces.");
108107
AddComment(R"DOC(
109108
GenNCCLId operator

0 commit comments

Comments
 (0)