This repository has been archived by the owner on Jan 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 114
upgrade op fusion lowering #1216
Open
SunNy820828449
wants to merge
36
commits into
PaddlePaddle:develop
Choose a base branch
from
SunNy820828449:upgrad_op_lowering
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
f31bea4
develop done
SunNy820828449 d7256cd
compile pass
SunNy820828449 571924e
fix test code
SunNy820828449 a227edf
update
SunNy820828449 c7618dd
update
SunNy820828449 5a8189a
update
SunNy820828449 080b3f5
update
SunNy820828449 d2f4614
update
SunNy820828449 0321a63
update
SunNy820828449 2a88930
update
SunNy820828449 9d6c2a8
update
SunNy820828449 73060e1
fix conflict
SunNy820828449 62373b0
update
SunNy820828449 644f922
update
SunNy820828449 82d8636
update
SunNy820828449 39a1938
update
SunNy820828449 5a2ddfc
update
SunNy820828449 fdb6048
update
SunNy820828449 dfffca8
fix
SunNy820828449 09e5d3d
update
SunNy820828449 29e02a5
update
SunNy820828449 a386985
fix
SunNy820828449 da38edb
fix fusion
SunNy820828449 881cba9
fix
SunNy820828449 e6eba07
fix cas
SunNy820828449 dc47c61
fix cuda
SunNy820828449 4372080
fix review
SunNy820828449 c408bc5
Merge branch 'develop' of https://github.com/PaddlePaddle/CINN into u…
SunNy820828449 ab14a30
support reduce + broadcast
SunNy820828449 18f90a2
fix
SunNy820828449 2d7d86a
merge develop
SunNy820828449 bf7dfb1
fix lowering order
SunNy820828449 7fa2a99
fix ci test
SunNy820828449 513cdb8
fix op lowering with output
SunNy820828449 511e3a4
fix reduce schedule
SunNy820828449 0c39822
fix get master
SunNy820828449 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
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
Oops, something went wrong.
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.
这函数功能完全和
CollectNodes
重复了而且也不常用啊。。。在用的地方直接定义不好么。。。
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.
用的地方比较多 这里实现比较方便