Skip to content

Commit 2717dd3

Browse files
authored
[fluid_ops] clean c_allgather (#69445)
1 parent 59ebcb7 commit 2717dd3

File tree

2 files changed

+0
-154
lines changed

2 files changed

+0
-154
lines changed

paddle/fluid/operators/collective/c_allgather_op.cc

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -76,16 +76,3 @@ namespace ops = paddle::operators;
7676
REGISTER_OP_WITHOUT_GRADIENT(c_allgather,
7777
ops::CAllGatherOp,
7878
ops::CAllGatherOpMaker);
79-
80-
PD_REGISTER_STRUCT_KERNEL(c_allgather,
81-
CPU,
82-
ALL_LAYOUT,
83-
ops::CAllGatherOpCPUKernel,
84-
float,
85-
double,
86-
int,
87-
int8_t,
88-
int64_t,
89-
uint8_t,
90-
bool,
91-
phi::dtype::float16) {}

paddle/fluid/operators/collective/c_allgather_op.cu.cc

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

0 commit comments

Comments
 (0)