Skip to content

Conversation

@DanielSun11
Copy link
Contributor

@DanielSun11 DanielSun11 commented Jul 29, 2025

PR Category

Operator Mechanism

PR Types

Bug fixes

Description

修复fold、fused_feedforward、lstsq、broadcast_tensor 0-size复测报错

  • fold
    之前添加的限制导致报错‘
  • fused_feedforward
    反向填充不为0
  • lstsq
    rank的dtype不对
  • broadcast_tensor
    cpu 反向报段错误

pcard-67164

@DanielSun11 DanielSun11 marked this pull request as ready for review July 29, 2025 12:49
@paddle-bot
Copy link

paddle-bot bot commented Jul 29, 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.

@codecov-commenter
Copy link

Codecov Report

❌ Patch coverage is 33.33333% with 4 lines in your changes missing coverage. Please review.
⚠️ Please upload report for BASE (develop@3a7d7f4). Learn more about missing BASE report.

Files with missing lines Patch % Lines
...e/phi/kernels/cpu/broadcast_tensors_grad_kernel.cc 20.00% 4 Missing ⚠️

❌ Your patch status has failed because the patch coverage (33.33%) 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 #74295 +/- ## ========================================== Coverage ? 33.33% ========================================== Files ? 2 Lines ? 6 Branches ? 0 ========================================== Hits ? 2 Misses ? 4 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.
@DanielSun11 DanielSun11 merged commit a315fd3 into PaddlePaddle:develop Jul 30, 2025
54 of 55 checks passed
@DanielSun11 DanielSun11 deleted the fix_0size_729 branch September 18, 2025 06:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

4 participants