Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions paddle/fluid/pir/serialize_deserialize/patch/4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,12 @@ op_patches:
object : porder
type : pir::DoubleAttribute
data : 2
- op_name : pd_op.p_norm_grad
actions :
- action : modify_attr
object : porder
type : pir::DoubleAttribute
data : 2
- op_name : pd_op.layer_norm
actions:
- action : modify_attr
Expand Down
Loading