-
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
remove ops from OpsWithFluidKernelNeedMoveToPhi set #54007
remove ops from OpsWithFluidKernelNeedMoveToPhi set #54007
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
❌ The PR is not created using PR's template. You can refer to this Demo. |
… remove_fluid_kernel_set
… remove_fluid_kernel_set
… remove_fluid_kernel_set
… remove_fluid_kernel_set
… remove_fluid_kernel_set
… remove_fluid_kernel_set
… remove_fluid_kernel_set
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
当前Fluid下有部分算子由于未迁移到新的PHI算子体系,#52395 中迁移了这部分的算子,本 PR 用来测试这部分算子迁移后能否支持全静态选Kernel。将算子从 OpsWithFluidKernelNeedMoveToPhi 黑名单中移除。
由于这部分算子在迁移的时候并没有验证能否开启静态选Kernel,所以存在注册信息错误等引起的静态选Kernel下报错。此外在修复的过程中有新加入的未添加注册信息的算子,本 PR 也一并进行了修复。 主要修复了如下内容:
修复完成后,静态选Kernel开关打开后可通过全部 CI