Skip to content

Conversation

LCStayingdullCircuit
Copy link
Contributor

PR Category

Execute Infrastructure

PR Types

Bug fixes

Description

最开始以为是matmul出了问题,后面发现就是单纯的溢出,核心的改动是

int64_t index = static_cast<int64_t>(row_id) * cols + static_cast<int64_t>(col_id) * VecSize;

其他函数中的修改是为了避免潜在的问题

Copy link

paddle-bot bot commented Aug 1, 2025

你的PR提交成功,感谢你对开源项目的贡献!
请关注后续CI自动化测试结果,详情请参考Paddle-CI手册
Your PR has been submitted. Thanks for your contribution!
Please wait for the result of CI firstly. See Paddle CI Manual for details.

@LCStayingdullCircuit
Copy link
Contributor Author

/re-run all-failed

1 similar comment
@LCStayingdullCircuit
Copy link
Contributor Author

/re-run all-failed

@lshpku lshpku merged commit 97a9e5f into PaddlePaddle:develop Aug 4, 2025
76 of 79 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants