Skip to content

Commit a2f1f65

Browse files
authored
update patch (#74977)
1 parent 3b2c4a1 commit a2f1f65

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

paddle/fluid/pir/serialize_deserialize/patch/2.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,3 @@ op_patches:
5757
type : pir::ArrayAttribute
5858
data :
5959
- type: pir::Int64Attribute
60-
- op_name : pd_op.repeat_interleave
61-
actions:
62-
- action : add_attr
63-
object : output_size
64-
type : pir::Int64Attribute
65-
data : -1
66-
- op_name : pd_op.repeat_interleave_with_tensor_index
67-
actions:
68-
- action : add_attr
69-
object : output_size
70-
type : pir::Int64Attribute
71-
data : -1

paddle/fluid/pir/serialize_deserialize/patch/3.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,15 @@ op_patches:
44
- action : modify_attr
55
object : k
66
type : pir::Int64Attribute
7+
- op_name : pd_op.repeat_interleave
8+
actions:
9+
- action : add_attr
10+
object : output_size
11+
type : pir::Int64Attribute
12+
data : -1
13+
- op_name : pd_op.repeat_interleave_with_tensor_index
14+
actions:
15+
- action : add_attr
16+
object : output_size
17+
type : pir::Int64Attribute
18+
data : -1

0 commit comments

Comments
 (0)