Skip to content

Commit d19de99

Browse files
committed
add the kernel to static_only_api lists
1 parent 1c82bb5 commit d19de99

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

paddle/fluid/pir/dialect/op_generator/ops_api_gen.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@
8484
'fusion_gru',
8585
'fusion_seqconv_eltadd_relu',
8686
'fusion_seqexpand_concat_fc',
87+
'fusion_repeated_fc_relu',
88+
'fusion_squared_mat_sub',
89+
'self_dp_attention',
8790
]
8891

8992
NO_NEED_GEN_STATIC_ONLY_APIS = [

0 commit comments

Comments
 (0)