-
Couldn't load subscription status.
- Fork 5.9k
Add FLAGS_allow_cinn_ops & FLAGS_deny_cinn_ops for controlling op types used in training with CINN. #36842
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
Merged
Merged
Add FLAGS_allow_cinn_ops & FLAGS_deny_cinn_ops for controlling op types used in training with CINN. #36842
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
af86c51
Update UT test_parallel_executor_run_cinn.py.
wzzju f4844b7
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…
wzzju 1d13d38
Add FLAGS_allow_cinn_ops & FLAGS_deny_cinn_ops & FLAGS_cinn_ops_delim.
wzzju 0dc23a7
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…
wzzju 10b3b5d
Use the custom StringSplit function and remove the FLAGS_cinn_ops_del…
wzzju 91065d4
Add FlagController test.
wzzju 8cb6b19
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…
wzzju 6560f06
Add more comments about cinn flags.
wzzju a2d9398
Update the lock logic.
wzzju 607a3cf
Apply lock to the cache_ only in CinnCompiler.
wzzju 442422e
Use PADDLE_ENFORCE instead in CinnCompiler::AddGraph.
wzzju 0f86f5f
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…
wzzju ee88c06
Put the StringSplit operation out of the teller.
wzzju c517414
Add VizGraph method for CinnCompiler.
wzzju 2d87862
Update VizGraph in CinnCompiler.
wzzju 88bd65d
Update the UT test_parallel_executor_run_cinn.py.
wzzju 53e8a37
Imporve the readability of the UT.
wzzju 9433f0b
Update the dot style of VizGraph in CinnCompiler.
wzzju 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 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
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.
Uh oh!
There was an error while loading. Please reload this page.
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.
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.
Done.