Skip to content

Commit e3a69dc

Browse files
committed
Fix
1 parent fe15382 commit e3a69dc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

paddle/phi/ops/yaml/inconsistent/static_backward.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@
9696
backward : batch_norm_double_grad
9797

9898
- backward_op : c_concat_grad
99-
forward : c_concat(Tensor x, int rank = 0, int nranks = 1, int ring_id = 0, bool use_calc_stream = false, bool use_model_parallel = true) -> Tensor(out)
100-
args : (Tensor out_grad, int rank = 0, int nranks = 1, int ring_id = 0, bool use_calc_stream = false, bool use_model_parallel = true)
99+
forward : c_concat(Tensor x, int rank = 0, int nranks = 1, int ring_id = 0, bool use_calc_stream = true, bool use_model_parallel = true) -> Tensor(out)
100+
args : (Tensor out_grad, int rank = 0, int nranks = 1, int ring_id = 0, bool use_calc_stream = true, bool use_model_parallel = true)
101101
output : Tensor(x_grad)
102102
invoke : c_split(out_grad, rank, nranks, ring_id, use_calc_stream, use_model_parallel)
103103

paddle/phi/ops/yaml/inconsistent/static_ops.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
inplace : (x -> out)
115115

116116
- op : c_concat
117-
args : (Tensor x, int rank = 0, int nranks = 1, int ring_id = 0, bool use_calc_stream = false, bool use_model_parallel = true)
117+
args : (Tensor x, int rank = 0, int nranks = 1, int ring_id = 0, bool use_calc_stream = true, bool use_model_parallel = true)
118118
output : Tensor(out)
119119
infer_meta :
120120
func : CConcatInferMeta

0 commit comments

Comments
 (0)