提交 7237323c 编写于 作者: T typhoonzero

fix compile

上级 eeed7af5
......@@ -92,7 +92,7 @@ class GenNCCLIdOp : public framework::OperatorBase {
class GenNCCLIdOpMaker : public framework::OpProtoAndCheckerMaker {
public:
GenNCCLIdOpMaker(OpProto* proto, OpAttrChecker* op_checker)
: GenNCCLIdOpMaker(proto, op_checker) {
: OpProtoAndCheckerMaker(proto, op_checker) {
AddOutput("NCCLID", "Raw variable contains a NCCL UniqueId instaces.");
AddComment(R"DOC(
GenNCCLId operator
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册