Skip to content

Commit

Permalink
test position
Browse files Browse the repository at this point in the history
  • Loading branch information
co63oc committed Oct 30, 2024
1 parent 1d3adef commit 6ab8c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paddle/phi/ops/yaml/inconsistent/static_ops.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
inplace : (x -> out)

- op : c_split
args : (Tensor x, int rank = 0, int nranks = 1, bool use_model_parallel = true, int ring_id = 0)
args : (Tensor x, int rank = 0, int nranks = 1, int ring_id = 0, bool use_model_parallel = true)
output : Tensor(out)
infer_meta :
func : CSplitInferMeta
Expand Down

0 comments on commit 6ab8c6c

Please sign in to comment.