-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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 4th 】add Trapezoid API && add Cumulative_trapezoid API #51195
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
2023-03-10 04:38:33 In addition, mistakes found in sample codes: samplecode_temp/paddle.Tensor.cumulative_trapezoid_example.py |
示例代码看起来好像没什么错误,本地跑的时候也没有报错,只有在gpu环境下给了warnings😂😂😂 |
@Ainavo 可以单独提个PR来解决这个问题 |
好的 |
|
先整理下我碰到的相似问题:都是二次改单测,然后编译过不了
|
我这边有同样的问题 #51693,看起来可能是只要是加新的单测就能稳定复现此问题 |
@Ainavo @SigureMo @Li-fAngyU paddle-build失败的问题已修复,可以rerun一下 |
CI已过,辛苦 @jeff41404 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
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
New features
PR changes
APIs
Describe
Trapezoid RFC:
Cumulative_trapezoid RFC:
Trapezoid && Cumulative_trapezoid doc:
[used AI Studio]