Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
co63oc committed Dec 31, 2024
1 parent a8bad8c commit d9d0ec1
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 156 deletions.
59 changes: 0 additions & 59 deletions paddle/fluid/operators/collective/c_broadcast_op.cc

This file was deleted.

77 changes: 0 additions & 77 deletions paddle/fluid/operators/collective/c_broadcast_op.h

This file was deleted.

2 changes: 0 additions & 2 deletions paddle/fluid/pir/dialect/operator/utils/utils.cc
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ namespace paddle {
namespace dialect {

const std::unordered_set<std::string> LegacyOpList = {
CBroadcast_Op::name(),
CBroadcastOp::name(),
DistributedPushSparseOp::name(),
SendV2Op::name(),
RecvV2Op::name(),
Expand Down
1 change: 0 additions & 1 deletion paddle/phi/ops/yaml/legacy/ops_exclude.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
- c_allreduce_min
- c_allreduce_prod
- c_allreduce_sum
- c_broadcast
- c_concat
- c_identity
- c_reduce_sum
Expand Down
6 changes: 0 additions & 6 deletions paddle/phi/ops/yaml/op_compat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4113,12 +4113,6 @@
outputs :
out: Out

- op: c_broadcast
inputs :
x : X
outputs :
out : Out

- op: c_identity
inputs :
x : X
Expand Down
11 changes: 0 additions & 11 deletions paddle/phi/ops/yaml/ops.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -797,17 +797,6 @@
inplace : (x -> out)
traits : paddle::dialect::ForwardOnlyTrait

- op : c_broadcast
args : (Tensor x, int ring_id=0, int root=0, bool use_calc_stream=false)
output : Tensor(out)
infer_meta :
func : UnchangedInferMeta
param : [x]
kernel :
func : c_broadcast
inplace : (x -> out)
traits : paddle::dialect::ForwardOnlyTrait

- op : c_concat
args : (Tensor x, int rank, int nranks, int ring_id, bool use_calc_stream, bool use_model_parallel)
output : Tensor(out)
Expand Down

0 comments on commit d9d0ec1

Please sign in to comment.