Skip to content

Commit 047225c

Browse files
authored
[fluid_ops] clean c_reduce_prod (#70300)
1 parent 0beb71a commit 047225c

File tree

2 files changed

+0
-43
lines changed

2 files changed

+0
-43
lines changed

paddle/fluid/operators/collective/c_reduce_prod_op.cc

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,3 @@ namespace ops = paddle::operators;
3939
REGISTER_OP_WITHOUT_GRADIENT(c_reduce_prod,
4040
ops::CReduceOp,
4141
ops::CReduceProdOpMaker);
42-
43-
PD_REGISTER_STRUCT_KERNEL(c_reduce_prod,
44-
CPU,
45-
ALL_LAYOUT,
46-
ops::CReduceProdCPUKernel,
47-
float,
48-
double,
49-
int,
50-
int64_t,
51-
phi::dtype::float16) {}

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

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

0 commit comments

Comments
 (0)