[0 SIZE] Add zero-size input validation for WarpCTC kernel#78316
Merged
DrRyanHuang merged 5 commits intoPaddlePaddle:developfrom Mar 23, 2026
Merged
[0 SIZE] Add zero-size input validation for WarpCTC kernel#78316DrRyanHuang merged 5 commits intoPaddlePaddle:developfrom
DrRyanHuang merged 5 commits intoPaddlePaddle:developfrom
Conversation
|
你的PR提交成功,感谢你对开源项目的贡献! |
fa5c1c1 to
a2de587
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #78316 +/- ##
===========================================
Coverage ? 100.00%
===========================================
Files ? 1
Lines ? 6
Branches ? 0
===========================================
Hits ? 6
Misses ? 0
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
zrr1999
previously approved these changes
Mar 17, 2026
ShigureNyako
pushed a commit
to ShigureNyako/Paddle
that referenced
this pull request
Mar 23, 2026
Contributor
|
✅ Cherry-pick successful! Created PR: #78435 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Category
Execute Infrastructure
PR Types
Improvements
Description
针对
ctc_loss的 0 Size 问题做出如下改动:paddle/phi/kernels/impl/warpctc_kernel_impl.h
labels、logits_length、labels_length三个输入的 batch_size 校验test/legacy_test/test_warpctc_op.py
test_dygraph_zero_size_with_padding单测用例是否引起精度变化
否