-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
graph_to_program topology sort #33949
Merged
zhhsplendid
merged 22 commits into
PaddlePaddle:develop
from
thisjiang:add_graph_to_program_toposort
Jul 28, 2021
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
770923f
try whether topology sort can solve speed decease problem
thisjiang 1450bda
add multi block topo function
thisjiang 8f9e886
add convert_all_blocks flags
thisjiang 3e8f358
solve synax bug
thisjiang 1f3101c
optimize some description
thisjiang e9e98fe
optimize sort function
thisjiang 89b98e8
optimize function name and solve some bug
thisjiang af57fdd
add single test script
thisjiang 3de8418
remove IsParameter and StopGradient test for PR33771 not merged
thisjiang a109c74
using self-define string instead of protobuf's ShortDebugString
thisjiang 0484189
solve conflict
thisjiang 84c8ed2
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…
thisjiang eb5b8cd
Fix Bug: node.ToString consider OpHandle, an Op but hasn't OpDesc.
thisjiang d154917
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…
thisjiang 2f4f1b7
add flag control TopologySort function
thisjiang 9e691a5
replace scale_loss_grad op to fill_constant in graph2program
thisjiang 819c1e2
add single test script for CI converage
thisjiang ec23b38
fix node test bug
thisjiang b3ebb83
complete node test script for node.ToString test
thisjiang c89fa02
avoid redundant copy of scalelossgrad op replace
thisjiang 4fa0bdf
remove GetBlockId
thisjiang 45ed5ba
merge branch zhhsplendid:ci_test_convert_all_block https://github.com…
thisjiang 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
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.
45行可以和44行合并。
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.
我觉得分开写更清晰~多一行少一行无所谓