-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
【PIR API adaptor No.78、79、82】 Migrate api in fused_transformer.py into pir #58453
【PIR API adaptor No.78、79、82】 Migrate api in fused_transformer.py into pir #58453
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
✅ This PR's description meets the template requirements! |
paddle.incubate.nn.FusedBiasDropoutResidualLayerNorm 适配需要先将kernel迁移到phi下,然后再做pir的适配,大概做法已经同步给陆琦~ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no docs changes,LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
PR types
Others
PR changes
Others
Description
任务 issue: #58067
PIR API 推全升级
将
paddle.incubate.nn.FusedMultiHeadAttention
迁移升级至 pir,并更新单测,单测覆盖率(1/2)将
paddle.incubate.nn.FusedBiasDropoutResidualLayerNorm
迁移升级至 pir,并更新单测,单测覆盖率(x/x)将
paddle.incubate.nn.FusedFeedForward
迁移升级至 pir,并更新单测,单测覆盖率(2/5)