Skip to content

Commit 4d6fa23

Browse files
authored
remove c_allgather_op.cc (#72296)
1 parent 07682ac commit 4d6fa23

File tree

3 files changed

+1
-138
lines changed

3 files changed

+1
-138
lines changed

paddle/fluid/operators/collective/c_allgather_op.cc

Lines changed: 0 additions & 78 deletions
This file was deleted.

paddle/fluid/operators/collective/c_allgather_op.h

Lines changed: 0 additions & 59 deletions
This file was deleted.

paddle/fluid/operators/collective/c_split_op.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ class CSplitOpGradMaker : public framework::SingleGradOpMaker<T> {
8888

8989
protected:
9090
void Apply(GradOpPtr<T> retv) const override {
91-
retv->SetType("c_allgather");
91+
retv->SetType("all_gather");
9292
retv->SetInput("X", this->OutputGrad("Out"));
9393
retv->SetOutput("Out", this->InputGrad("X"));
9494
retv->SetAttrMap(this->Attrs());

0 commit comments

Comments
 (0)