Paddle icon indicating copy to clipboard operation
Paddle copied to clipboard

[Accuracy diff No.132] Fix accuracy diff for paddle.outer API

Open NKNaN opened this issue 6 months ago • 1 comments

PR Category

Execute Infrastructure

PR Types

Improvements

Description

排查发现是 matmul kernel 中整数类型在运算时先cast为float32进行计算再cast回整数类型(底层使用的是 blas 等库的接口),大整数相乘会产生溢出,而 Tensor.__multiply__ 可以正确计算,所以在 python 端进行修改。

回测结果: image

NKNaN avatar Jun 14 '25 03:06 NKNaN

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.

codecov-commenter avatar Jun 14 '25 06:06 codecov-commenter

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.

paddle-ci-bot[bot] avatar Jun 24 '25 02:06 paddle-ci-bot[bot]

@NKNaN 后续该任务的PR模版都改成:

PR Category
Execute Infrastructure

PR Types
Bug fixes

luotao1 avatar Jun 30 '25 09:06 luotao1

@NKNaN 后续该任务的PR模版都改成:

PR Category
Execute Infrastructure

PR Types
Bug fixes

好的

NKNaN avatar Jun 30 '25 09:06 NKNaN

@NKNaN 不好意思,上次通知错了,本任务的PR模版为

### PR Category
Operator Mechanism

### PR Types
Bug fixes

cc @ooooo-create @co63oc

luotao1 avatar Jul 02 '25 10:07 luotao1

还更新么?

luotao1 avatar Jul 18 '25 03:07 luotao1

还更新么?

不了

NKNaN avatar Jul 22 '25 10:07 NKNaN