-
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
Add paddle custom flags support #56256
Merged
Merged
Changes from 50 commits
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
d2e13bf
update
huangjiyi 6759057
repalce gflags header
huangjiyi 38bdc32
replace DEFINE_<type> with PD_DEFINE_<type>
huangjiyi 690e5e6
fix bug
huangjiyi 5322138
fix bug
huangjiyi b87c48f
fix bug
huangjiyi ce6dd36
update cmake
huangjiyi 6189e5c
add :: before some paddle namespace
huangjiyi 441f93c
fix link error
huangjiyi b2cbec3
fix CI-Py3
huangjiyi 5056552
allow commandline parse
huangjiyi 6e51cb0
fix SetFlagsFromEnv
huangjiyi 21f4ac4
Merge branch 'develop' into paddle_flags
huangjiyi 27f25fe
fix bug
huangjiyi 511b8c6
fix bug
huangjiyi e099242
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…
huangjiyi ae9d3ca
fix CI-CINN
huangjiyi 0504034
fix CI-Coverage-build
huangjiyi 1404cd6
fix CI-Windows-build
huangjiyi c0b331b
fix CI-Inference
huangjiyi 6682cdd
fix bug
huangjiyi a791251
fix bug
huangjiyi e5d814d
fix CI-CINN
huangjiyi f4f2c69
fix inference api test
huangjiyi e4588a1
fix infer_ut test
huangjiyi 4d6e2b7
revert infer_ut gflags usage
huangjiyi 7936b8d
update
huangjiyi b662dae
fix inference
huangjiyi d5792de
remove flags export macro
huangjiyi 4982051
revert inference demo_ci gflags usage
huangjiyi b3a08b1
update
huangjiyi a608765
update
huangjiyi 2774d0c
update
huangjiyi 2a107ff
update
huangjiyi 6ce358b
update
huangjiyi 9ec8a7f
update
huangjiyi 7bd8872
update
huangjiyi 0a1d585
update
huangjiyi 757ac98
fix bug when turn on WITH_GFLAGS
huangjiyi c839a8d
turn on WITH_GFLAGS
huangjiyi d3122a7
fix bug when turn on WITH_GFLAGS
huangjiyi 31cd016
fix bug when turn on WITH_GFLAGS
huangjiyi 4182d18
update
huangjiyi f9e5af6
Merge branch 'flags_with_gflags' of https://github.com/huangjiyi/Padd…
huangjiyi d3890a4
update and add unittest
huangjiyi 5fd6d35
add unittest
huangjiyi eb71219
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…
huangjiyi d1c3e13
fix conflict
huangjiyi 8583c11
rerun ci
huangjiyi c81c5ef
update
huangjiyi 6875a7a
resolve conflict
huangjiyi 2770b7d
Merge branch 'develop' into paddle_flags
huangjiyi 0fcc8e7
resolve conflict
huangjiyi 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
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
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.
建议把这个打开ON再重新跑一次CI,看有没有问题
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.
已经提了测试 PR 了: