[CINN Zero-Dim] CINN hack squeeze2 with trick temporarily#53454
Merged
zhwesky2010 merged 1 commit intoApr 28, 2023
Conversation
|
你的PR提交成功,感谢你对开源项目的贡献! |
|
❌ The PR is not created using PR's template. You can refer to this Demo. |
zhwesky2010
approved these changes
Apr 28, 2023
Contributor
zhwesky2010
left a comment
There was a problem hiding this comment.
LGTM, trick temporarily
|
你的PR已合入Paddle库,请关注后续测试结果。 |
zhwesky2010
pushed a commit
to zhwesky2010/Paddle
that referenced
this pull request
May 8, 2023
XiaoguangHu01
pushed a commit
that referenced
this pull request
May 9, 2023
#53601) * [Zero-Dim] fix functool.reduce more safe with intial value, to support empty list (#53182) * [Zero-Dim] support 0d tensor for shape and squeeze onednn kernel (#52832) * support 0d tensor for shape and squeeze onednn kernel * set python api for shape op ut * [Zero-Dim] distributed scatter/all_to_all support input 0D tensor (#53186) * [Zero-Dim] Support paddle.sum/mean/loss api output 0D,test=allcase (#52739) * [CINN Support 0D-Tensor] CINN supports 0D-Tensor with trick temporarily (#53382) * [CINN Support 0D-Tensor] CINN supports 0D-Tensor with trick temporarily * Add unittest * [CINN Support 0D-Tensor] CINN hack squeeze2 with trick temporarily (#53454) * fix test_autograd_dynamic (#53473) Co-authored-by: zhwesky2010 <[email protected]> --------- Co-authored-by: YangQun <[email protected]> Co-authored-by: HongyuJia <[email protected]> Co-authored-by: HydrogenSulfate <[email protected]>
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 types
Bug fixes
PR changes
Others
Description
Pcard-66989
[CINN Support 0D-Tensor] CINN hack squeeze2 with trick temporarily, fix the CI-CINN
test_reduce_opunit test error of the following PR:[Zero-Dim] Support paddle.sum/mean/loss api output 0D, test=allcase #52739
CI link: https://xly.bce.baidu.com/paddlepaddle/paddle/newipipe/detail/8331592/job/22600103
Link to the first PR: [CINN Zero-Dim] CINN supports 0D-Tensor with trick temporarily #53382