Skip to content

Conversation

@DanielSun11
Copy link
Contributor

@DanielSun11 DanielSun11 commented Jul 22, 2025

PR Category

Operator Mechanism

PR Types

Bug fixes

Description

  • bincount
    问题:输入为int32时输出dtype不对, 应该为int64
image
  • chunk
    问题:不支持 axis所在的dim为0
image
  • gather_nd
    问题:gather_nd当输出tensor的维度大于等于7D时,cpu输出不对。因为调用的tile不支持7D的tensor
image
  • einsum
    问题:反向过程部分tensor为none
image

pcard-67164

@paddle-bot
Copy link

paddle-bot bot commented Jul 22, 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 22, 2025 15:58
@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Please upload report for BASE (develop@89ad47c). Learn more about missing BASE report.

Files with missing lines Patch % Lines
paddle/phi/kernels/cpu/bincount_kernel.cc 0.00% 1 Missing ⚠️

❌ Your patch status has failed because the patch coverage (0.00%) 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 #74175 +/- ## ========================================== Coverage ? 0.00% ========================================== Files ? 1 Lines ? 1 Branches ? 0 ========================================== Hits ? 0 Misses ? 1 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 changed the title [0-size Retest]Fix bincount、 chunk、gather_nd [0-size Retest]Fix bincount、 chunk、gather_nd、einsum Jul 23, 2025
@DanielSun11 DanielSun11 changed the title [0-size Retest]Fix bincount、 chunk、gather_nd、einsum [0-size Tensor Retest]Fix bincount、 chunk、gather_nd、einsum to support 0-size Tensor Jul 23, 2025
@luotao1 luotao1 merged commit 32b64a2 into PaddlePaddle:develop Jul 23, 2025
78 of 82 checks passed
@DanielSun11 DanielSun11 deleted the fix_bincount_einsum_chunk 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