-
Notifications
You must be signed in to change notification settings - Fork 5.8k
[Cherry-Pick] API compatibility for v3.2.1 #75897
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
DanielSun11
wants to merge
14
commits into
PaddlePaddle:release/3.2
from
DanielSun11:compat_for_3.2.1
Closed
[Cherry-Pick] API compatibility for v3.2.1 #75897
DanielSun11
wants to merge
14
commits into
PaddlePaddle:release/3.2
from
DanielSun11:compat_for_3.2.1
+2,464
−3,834
Conversation
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
...le#75008) * fix arg mapper * sink argmax argmin * fix
* support compatibility for dot * refine * Fix GetItemFromArgsOrKWArgs
* feat(api sink): support paddle.sigmoid * feat(api sink): support paddle.sigmoid * feat(api sink): fix sigmoid doc * feat(api sink): support paddle.sigmoid * feat(sigmoid api sink): delete unused unit test * feat(api sink): support paddle.tensor_split by decorator * feat(api sink): support paddle.sigmoid * feat(api sink): support paddle.tensor_split by decorator * feat(api sink): support paddle.tensor_split by decorator
...ed_select (PaddlePaddle#75148) * Compatibility adaptation for floor_divide and masked_select * fix docs * fix * fix * fix * fix2 * fix3
...he input type of y is Scalar (PaddlePaddle#75163) * support alias and scalar * fix doc * using paddle.full instead of to_tensor
...75150) * [API compatibility] is_floating_point, is_tensor, isin * fix
... parameter alias and usage diff (PaddlePaddle#75210) * feat(api sink): support paddle.sigmoid * feat(api sink): support paddle.sigmoid * feat(api sink): fix sigmoid doc * feat(api sink): support paddle.sigmoid * feat(sigmoid api sink): delete unused unit test * feat(api sink): support paddle.tensor_split by decorator * feat(api sink): support paddle.sigmoid * feat(api sink): support paddle.tensor_split by decorator * feat(api sink): support paddle.tensor_split by decorator * feat(gelu Compatibility): add gelu API sink to support differences of alias and usage * feat(gelu Compatibility): delete utest * feat(gelu Compatibility): delete utest * feat(gelu Compatibility): fix doc * feat(gelu Compatibility): delete utest * fix(add_doc_and_signature): add funcs_map and nn_funcs_map
...#75259) * support cmp for conv * refine * fix test * support conv1d * fix dilations * fix conv3d_forward_naive * fix accuracy error in xpu * fix tests
@DanielSun11
DanielSun11
requested review from
wanghuancoder and
zhwesky2010
as code owners
October 16, 2025 09:10
你的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.
* prod add out * add out for sum * fix
@DanielSun11
DanielSun11
requested review from
DrRyanHuang,
SigureMo,
gouzil and
zrr1999
as code owners
October 16, 2025 09:20
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
PR Types
Description