Skip to content

Conversation

@NKNaN
Copy link
Contributor

@NKNaN NKNaN commented Jun 14, 2025

PR Category

Execute Infrastructure

PR Types

Improvements

Description

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

回测结果:
image

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

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           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@paddle-bot paddle-bot bot added the contributor External developers label Jun 14, 2025
@luotao1 luotao1 added the HappyOpenSource Pro 进阶版快乐开源活动,更具挑战性的任务 label Jun 16, 2025
@paddle-ci-bot
Copy link

paddle-ci-bot bot commented Jun 24, 2025

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.

@luotao1
Copy link
Contributor

luotao1 commented Jun 30, 2025

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

PR Category
Execute Infrastructure

PR Types
Bug fixes

@NKNaN
Copy link
Contributor Author

NKNaN commented Jun 30, 2025

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

PR Category
Execute Infrastructure

PR Types
Bug fixes

好的

@luotao1
Copy link
Contributor

luotao1 commented Jul 2, 2025

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

### PR Category
Operator Mechanism

### PR Types
Bug fixes

cc @ooooo-create @co63oc

@luotao1
Copy link
Contributor

luotao1 commented Jul 18, 2025

还更新么?

@NKNaN
Copy link
Contributor Author

NKNaN commented Jul 22, 2025

还更新么?

不了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

contributor External developers HappyOpenSource Pro 进阶版快乐开源活动,更具挑战性的任务

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants