Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI测试不review[fluid_ops] c_broadcast #70302

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix
  • Loading branch information
co63oc committed Dec 18, 2024
commit b05e40565448bfbd36fec2ba65b1bd9055a8566b
10 changes: 0 additions & 10 deletions paddle/fluid/operators/collective/c_broadcast_op.cc
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,3 @@ namespace ops = paddle::operators;
REGISTER_OP_WITHOUT_GRADIENT(c_broadcast,
ops::CBroadcastOp,
ops::CBroadcastOpMaker);

PD_REGISTER_STRUCT_KERNEL(c_broadcast,
CPU,
ALL_LAYOUT,
ops::CBroadcastOpCPUKernel,
float,
double,
int,
int64_t,
phi::dtype::float16) {}
117 changes: 0 additions & 117 deletions paddle/fluid/operators/collective/c_broadcast_op.cu.cc

This file was deleted.

132 changes: 0 additions & 132 deletions paddle/fluid/operators/collective/c_broadcast_op_xpu.cc

This file was deleted.