We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ae726f commit 7a7d27bCopy full SHA for 7a7d27b
paddle/fluid/operators/gen_nccl_id_op.cc
@@ -102,8 +102,7 @@ class GenNCCLIdOp : public framework::OperatorBase {
102
103
class GenNCCLIdOpMaker : public framework::OpProtoAndCheckerMaker {
104
public:
105
- GenNCCLIdOpMaker(OpProto* proto, OpAttrChecker* op_checker)
106
- : OpProtoAndCheckerMaker(proto, op_checker) {
+ void Make() override {
107
AddOutput("NCCLID", "Raw variable contains a NCCL UniqueId instaces.");
108
AddComment(R"DOC(
109
GenNCCLId operator
0 commit comments