Zhang,Lirong

Results 2 comments of Zhang,Lirong

Thank you for reporting this issue. It can be fixed by [PR](https://github.com/PaddlePaddle/Paddle/pull/64132) , We skip SelfAttentionFusePass on non-avx512 platform

Hi, about ConvBiasFusePass, I have some questions. In previous pass( non-pir implementation), I run ResNet50, and found it not fused in conv_bias pass, but fused in conv_elementwise_add pass. But if...