Skip to content

Conversation

@DongBaiYue
Copy link
Contributor

@DongBaiYue DongBaiYue commented Aug 1, 2025

PR Category

Operator Mechanism

PR Types

Improvements

Description

Fix the issue of high time overhead in paddle.median due to calling paddle.topk.

Example

paddle.median(Tensor([536870913, 4],"float16"), axis=0)

pcard-67164

@paddle-bot
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.

@paddle-bot paddle-bot bot added the contributor External developers label Aug 1, 2025
wanghuancoder
wanghuancoder previously approved these changes Aug 1, 2025
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

lshpku
lshpku previously approved these changes Aug 1, 2025
@codecov-commenter
Copy link

codecov-commenter commented Aug 1, 2025

Codecov Report

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

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

/re-run all-failed

@DongBaiYue DongBaiYue dismissed stale reviews from lshpku and wanghuancoder via 92a97cc August 1, 2025 06:02
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 8b88b53 into PaddlePaddle:develop Aug 4, 2025
51 checks passed
@DongBaiYue DongBaiYue deleted the fix_median branch August 12, 2025 03:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

contributor External developers

4 participants