[Accuracy diff No.132] Fix accuracy diff for paddle.outer API
PR Category
Execute Infrastructure
PR Types
Improvements
Description
排查发现是 matmul kernel 中整数类型在运算时先cast为float32进行计算再cast回整数类型(底层使用的是 blas 等库的接口),大整数相乘会产生溢出,而 Tensor.__multiply__ 可以正确计算,所以在 python 端进行修改。
回测结果:
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Please upload report for BASE (
develop@db3a842). Learn more about missing BASE report.
Additional details and impacted files
@@ Coverage Diff @@
## develop #73324 +/- ##
===========================================
Coverage ? 100.00%
===========================================
Files ? 1
Lines ? 2
Branches ? 0
===========================================
Hits ? 2
Misses ? 0
Partials ? 0
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
Sorry to inform you that 998403f's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually.
@NKNaN 后续该任务的PR模版都改成:
PR Category
Execute Infrastructure
PR Types
Bug fixes
@NKNaN 后续该任务的PR模版都改成:
PR Category Execute Infrastructure PR Types Bug fixes
好的
@NKNaN 不好意思,上次通知错了,本任务的PR模版为
### PR Category
Operator Mechanism
### PR Types
Bug fixes
cc @ooooo-create @co63oc
还更新么?
还更新么?
不了