Skip to content

Commit 9c54103

Browse files
committed
[Precision Depth Alignment]fix p_norm_grad patch
1 parent 52c898e commit 9c54103

File tree

1 file changed

+6
-0
lines changed
  • paddle/fluid/pir/serialize_deserialize/patch

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,12 @@ op_patches:
127127
object : porder
128128
type : pir::DoubleAttribute
129129
data : 2
130+
- op_name : pd_op.p_norm_grad
131+
actions :
132+
- action : modify_attr
133+
object : porder
134+
type : pir::DoubleAttribute
135+
data : 2
130136
- op_name : pd_op.layer_norm
131137
actions:
132138
- action : modify_attr

0 commit comments

Comments
 (0)