Skip to content

Conversation

@DanielSun11
Copy link
Contributor

@DanielSun11 DanielSun11 commented Jul 24, 2025

PR Category

Operator Mechanism

PR Types

Bug fixes

Description

修复 max_pool3d、avg_pool3d、fused_bias_dropout_residual_layer_norm、fused_layer_norm、softmax_mask_fuse、conv3d

  • max_pool3d、avg_pool3d
    精度问题nan值和0值初始化错误
  • paddle.incubate.nn.functional.fused_bias_dropout_residual_layer_norm
    反向精度问题
  • paddle.incubate.nn.functional.fused_layer_norm 、softmax_mask_fuse
    shape检查不兼容0-size
  • conv3d
    漏掉一个判断
    pcard-67164
@paddle-bot
Copy link

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

@DanielSun11 DanielSun11 marked this pull request as ready for review July 24, 2025 13:55
@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (develop@ce1fc6a). Learn more about missing BASE report.

Additional details and impacted files
@@ Coverage Diff @@ ## develop #74229 +/- ## =========================================== Coverage ? 100.00% =========================================== Files ? 2 Lines ? 4 Branches ? 0 =========================================== Hits ? 4 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.
Copy link
Contributor

@wanghuancoder wanghuancoder left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@wanghuancoder wanghuancoder merged commit 3a7d7f4 into PaddlePaddle:develop Jul 28, 2025
71 of 73 checks passed
@DanielSun11 DanielSun11 deleted the fix_0size_723 branch September 18, 2025 06:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants