Skip to content

Commit

Permalink
[fluid_ops] clean c_reduce_prod (#70300)
Browse files Browse the repository at this point in the history
  • Loading branch information
co63oc authored Dec 19, 2024
1 parent 0beb71a commit 047225c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 43 deletions.
10 changes: 0 additions & 10 deletions paddle/fluid/operators/collective/c_reduce_prod_op.cc
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,3 @@ namespace ops = paddle::operators;
REGISTER_OP_WITHOUT_GRADIENT(c_reduce_prod,
ops::CReduceOp,
ops::CReduceProdOpMaker);

PD_REGISTER_STRUCT_KERNEL(c_reduce_prod,
CPU,
ALL_LAYOUT,
ops::CReduceProdCPUKernel,
float,
double,
int,
int64_t,
phi::dtype::float16) {}
33 changes: 0 additions & 33 deletions paddle/fluid/operators/collective/c_reduce_prod_op.cu.cc

This file was deleted.

0 comments on commit 047225c

Please sign in to comment.