-
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
【Hackathon No.39】为 Paddle 新增 LPPool1D / LPPool2D API #58433
【Hackathon No.39】为 Paddle 新增 LPPool1D / LPPool2D API #58433
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
@cyber-pioneer 老师您好,现在CI中没通过的部分,主要是因为改变文件超过20个、API改变和单测测试用例较少。请问如果您有时间的话,可以先看一下代码吗? 目前基本情况是:
想求教的问题:
|
|
||
template <typename T, typename Context> | ||
void PoolGradRawKernel(const Context& ctx, | ||
const DenseTensor& x, |
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.
这个kernel是哪里用的?
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.
没有用,已删除~~
工作做得很棒,由于涉及到kernel新增,我这边需要将pr拉下来验证。 |
Sorry to inform you that 54638bd's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually. |
新增的算子注册建议写在ops.yaml 和backward.yaml内,legacy_ops.yaml和 static_ops.yaml是动态和静态模式算子不统一时才涉及到。 |
收到!合入最新代码之后出问题了,我这两天再调一下。 |
Done。 |
This reverts commit 93a03f6.
@cyber-pioneer 静态图单测存在严重问题,推进很不顺利,估计12.04前做不完了。我会先把动态图单测、文档和LPPool1d补充完。静态图的问题估计需要一段较长的时间来解决。 |
nice job
没关系,这个算子难度比较大,工作量挺多,辛苦啦 |
Sorry to inform you that d0cc111's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually. |
PR types
Others
PR changes
APIs
Description
为 Paddle 新增 LPPool1D / LPPool2D API
Related links
Current progress