-
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
Functionalize distributed_fused_lamb kernel #53896
Functionalize distributed_fused_lamb kernel #53896
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
❌ The PR is not created using PR's template. You can refer to this Demo. |
@From00 ,帮忙 Review 一下 ~ |
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.
此算子若依赖复杂,解耦困难,可以先保留在fluid目录下。
若保留在 fluid 目录下的话,namespace 是不是也需要改回 paddle::operators |
不需要,只是代码文件先放置在fluid,其它行为都保持和在phi下一样。后续依赖解耦后,也是会将其迁移到phi。 |
很抱歉,经过我们的反复讨论,你的PR暂未达到合入标准,请阅读飞桨原生算子开发规范,你可以重新提交新的PR,我们先将此PR关闭,感谢你的贡献。 |
commet 误点成 close 了。。 |
剩下的依赖中不好解耦的是 |
@From00 ,帮忙再 Review 一下 ~ |
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
@From00 ,帮忙再 Review 一下 ~ |
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