-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
Add flatten composite rule #50672
Merged
JiabinYang
merged 20 commits into
PaddlePaddle:develop
from
xysheng-baidu:composite_rule_flatten
Feb 28, 2023
Merged
Add flatten composite rule #50672
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
ba39d24
Add flatten composite rule
xysheng-baidu a80f705
get the right xshape and pass func test
xysheng-baidu 4943544
add cinn unit test
xysheng-baidu d9ffe5e
Remove cinn test, wait for it to be added after repair
xysheng-baidu d3f8af7
add comp test to test_flatten_contiguous_range_op.py
xysheng-baidu 83deca7
Merge branch 'PaddlePaddle:develop' into composite_rule_flatten
xysheng-baidu 4e43a73
remove func test on composite_ops
xysheng-baidu 3c906bb
Add comments to maybe_wrap_dim func
xysheng-baidu c569f59
remove commented code
xysheng-baidu 48547ab
fix the problem with 0D tensor case
xysheng-baidu d384698
add flatten split rule comment
xysheng-baidu c11d340
fix conflicts
xysheng-baidu 28af93d
Merge branch 'PaddlePaddle:develop' into composite_rule_flatten
xysheng-baidu e09e5f1
fix syntax issues
xysheng-baidu bb4c836
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…
xysheng-baidu 70d7453
block flatten on resnet_prim_cinn
xysheng-baidu aebfa82
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…
xysheng-baidu 95f333b
remove maybe_wrap_dim func
xysheng-baidu 4522f26
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…
xysheng-baidu fe21b3a
Use none instead od xshape
xysheng-baidu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
子类的CINN测试都过不了吗
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
是的,没有能过的。