Skip to content

Commit cfd8beb

Browse files
committed
fix some error
1 parent bdbe843 commit cfd8beb

File tree

1 file changed

+2
-2
lines changed
  • paddle/fluid/pir/dialect/operator/ir

1 file changed

+2
-2
lines changed

paddle/fluid/pir/dialect/operator/ir/ops.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1506,8 +1506,8 @@
15061506
func: seed
15071507

15081508
- op : send_and_recv
1509-
args : (Tensor x, str message_name, str[] send_var_name, str[] recv_var_name, int trainer_id = 0, str mode="forward", str[] endpoints={"127.0.0.1:6164"}, str[] next_endpoints={"127.0.0.1:6164"}, str[] previous_endpoints={"127.0.0.1:6164"})
1510-
output : Tensor(out)
1509+
args : (Tensor[] x, str message_name, str[] send_var_name, str[] recv_var_name, int trainer_id = 0, str mode="forward", str[] endpoints={"127.0.0.1:6164"}, str[] next_endpoints={"127.0.0.1:6164"}, str[] previous_endpoints={"127.0.0.1:6164"})
1510+
output : Tensor[](out)
15111511
infer_meta :
15121512
func : UnchangedInferMeta
15131513
param : [x]

0 commit comments

Comments
 (0)