Skip to content

Commit

Permalink
[fluid_ops] clean c_allreduce_prod (#69754)
Browse files Browse the repository at this point in the history
  • Loading branch information
co63oc authored Dec 17, 2024
1 parent fd811e5 commit 21eec3d
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_allreduce_prod_op.cc
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,3 @@ REGISTER_OP_WITHOUT_GRADIENT(c_allreduce_prod,
ops::CAllReduceOp,
ops::CAllReduceProdOpMaker,
ops::AllreduceProdInplaceInferer)

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

This file was deleted.

0 comments on commit 21eec3d

Please sign in to comment.