fix the error of defined more than once#8351
Merged
jerrywgz merged 2 commits intoPaddlePaddle:developfrom Jun 13, 2023
Merged
Conversation
|
Thanks for your contribution! |
jerrywgz
approved these changes
Jun 13, 2023
lyuwenyu
approved these changes
Jun 13, 2023
EmmonsCurse
added a commit
to EmmonsCurse/PaddleDetection
that referenced
this pull request
Jun 15, 2023
This reverts commit efb73ae.
jerrywgz
pushed a commit
that referenced
this pull request
Jun 19, 2023
Closed
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
PR types
Bug fixes
PR changes
Others
Description
fix the ERROR: "flag 'use_mkldnn' was defined more than once" in cpp inference to adapt the change of Paddle.

'use_mkldnn' was defined twice in https://github.com/PaddlePaddle/Paddle/blob/64ecdc03db38377e37a1c149086c1eb8700c3e04/paddle/phi/core/flags.cc#LL682C30-L682C30 and
PaddleDetection/deploy/cpp/src/main.cc
Line 65 in 152b636