-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Fix accuracy diff for cumprod API #74853
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
Fix accuracy diff for cumprod API #74853
Conversation
|
你的PR提交成功,感谢你对开源项目的贡献! |
4e6a742 to
f52bd20
Compare
Codecov Report❌ Patch coverage is
❌ Your patch status has failed because the patch coverage (85.71%) is below the target coverage (90.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## develop #74853 +/- ##
==========================================
Coverage ? 85.71%
==========================================
Files ? 2
Lines ? 7
Branches ? 0
==========================================
Hits ? 6
Misses ? 1
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
/re-run all-failed |
- Checked upstream/develop for new changes - Branch is already up-to-date - Created empty commit to mark sync operation - Triggered by /md command from issue PaddlePaddle#24
|
✅ 分支 accuracy_output_dtype_diff_cumprod 已与 upstream/develop 同步(无变更),已创建空提交触发 CI。 |
- Checked upstream/develop for new changes - Branch is already up-to-date - Created empty commit to mark sync operation - Triggered by /md command from issue PaddlePaddle#24
|
✅ 分支 accuracy_output_dtype_diff_cumprod 已与 upstream/develop 同步(无变更),已创建空提交触发 CI。 |
PR Category
Operator Mechanism
PR Types
Bug fixes
Description
#72897
Fix output_dtype diff for cumprod with torch,重新跑下ci试试能不能过
TODO
为啥 #74625 能过,这个不能过,猜测是手动设置 input.baseline 为 Fasle 绕过的,因为pr前后耗时明显增加了