add UT for mkldnn_cache_capacity#24336
Merged
luotao1 merged 2 commits intoPaddlePaddle:developfrom May 8, 2020
luotao1:detect_model_mkldnn
Merged
add UT for mkldnn_cache_capacity#24336luotao1 merged 2 commits intoPaddlePaddle:developfrom luotao1:detect_model_mkldnn
luotao1 merged 2 commits intoPaddlePaddle:developfrom
luotao1:detect_model_mkldnn
Conversation
Contributor
luotao1
commented
May 7, 2020
- To support Hide globals & redesign tls #23066 (comment), this PR adds a UT for mkldnn_cache_capacity, then Hide globals & redesign restore PR #24279 could pass the UT-Coverage.
test=develop
luotao1
commented
May 7, 2020
| (&platform::DeviceContextPool::Instance()) | ||
| ->Get(platform::CPUPlace())) | ||
| ->GetShapeBlobSize(); | ||
| CHECK_LE(shape_blob_size, config_.mkldnn_cache_capacity_); |
Contributor
Author
There was a problem hiding this comment.
To avoid speed impact on inference deployment, we only do CHECK_LE when VLOG>=2 in debug mode.
luotao1
commented
May 7, 2020
| EXTRA_DEPS ${INFERENCE_EXTRA_DEPS} | ||
| ARGS --infer_model=${DENSEBOX_INSTALL_DIR}/model --infer_data=${DENSEBOX_INSTALL_DIR}/detect_input_50.txt | ||
| --infer_shape=${DENSEBOX_INSTALL_DIR}/shape_50.txt) | ||
| set_property(TEST test_analyzer_detect PROPERTY ENVIRONMENT GLOG_vmodule=analysis_predictor=2) |
Contributor
Author
There was a problem hiding this comment.
To enable VLOG_IS_ON(2) in analysis_predictor, here adjust the cmake.
Contributor
|
Should add more commets for later. |
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.