-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[IE][VPU]: Completion of Configuration options refactoring in VPU plugins #6176
Merged
azhogov
merged 50 commits into
openvinotoolkit:master
from
ZlobinGM:vpu/gz/configuration-options-refactoring
Jul 13, 2021
Merged
[IE][VPU]: Completion of Configuration options refactoring in VPU plugins #6176
azhogov
merged 50 commits into
openvinotoolkit:master
from
ZlobinGM:vpu/gz/configuration-options-refactoring
Jul 13, 2021
Conversation
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
openvino-pushbot
added
category: CI
OpenVINO public CI
category: docs
OpenVINO documentation
category: CPU
OpenVINO CPU plugin
category: inference
OpenVINO Runtime library - Inference
category: IE Tests
OpenVINO Test: plugins and common
category: VPU
labels
Jun 15, 2021
pelszkow
reviewed
Jun 16, 2021
ZlobinGM
force-pushed
the
vpu/gz/configuration-options-refactoring
branch
from
June 16, 2021 12:37
573ff6d
to
cbdab95
Compare
ZlobinGM
force-pushed
the
vpu/gz/configuration-options-refactoring
branch
from
June 28, 2021 13:26
cbdab95
to
587c387
Compare
ZlobinGM
force-pushed
the
vpu/gz/configuration-options-refactoring
branch
2 times, most recently
from
June 30, 2021 04:58
924e935
to
f9c8a72
Compare
ZlobinGM
force-pushed
the
vpu/gz/configuration-options-refactoring
branch
from
July 12, 2021 12:02
1f59652
to
9e6594a
Compare
ArtemySkrebkov
approved these changes
Jul 13, 2021
andrew-k-park
pushed a commit
to andrew-k-park/openvino
that referenced
this pull request
Jul 14, 2021
…gins (openvinotoolkit#6176) * [IE][VPU]: Refactors PROTOCOL configuration option * [IE][VPU]: Refactors POWER_CONFIG configuration option * [IE][VPU]: Refactors HW_OPTIMIZATION configuration option * [IE][VPU]: Refactors HW_EXTRA_SPLIT configuration option * [IE][VPU]: Refactors HW_BLACK_LIST configuration option * [IE][VPU]: Refactors TILING_CMX_LIMIT_KB configuration option * [IE][VPU]: Refactors WATCHDOG_INTERVAL configuration option * [IE][VPU]: Refactors PRINT_RECEIVE_TENSOR_TIME configuration option * [IE][VPU]: Refactors PERF_REPORT_MODE configuration option * [IE][VPU]: Refactors PERF_COUNT configuration option * [IE][VPU]: Refactors PACK_DATA_IN_CMX configuration option * [IE][VPU]: Refactors NUMBER_OF_SHAVES configuration option * [IE][VPU]: Refactors NUM_EXECUTORS configuration option * [IE][VPU]: Refactors NUM_CMX_SLICES configuration option * [IE][VPU]: Refactors HW_POOL_CONV_MERGE configuration option * [IE][VPU]: Refactors TENSOR_STRIDES configuration option * [IE][VPU]: Refactors INJECT_SW_OPS configuration option * [IE][VPU]: Refactors IGNORE_UNKNOWN_LAYERS configuration option * [IE][VPU]: Remove HW_WHITE_LIST configuration option * [IE][VPU]: Refactors HW_DILATION configuration option * [IE][VPU]: Refactors FORCE_PURE_TENSOR_ITERATOR configuration option * [IE][VPU]: Remove FORCE_DEPRECATED_CNN_CONVERSION configuration option * [IE][VPU]: Refactors EXCLUSIVE_ASYNC_REQUESTS configuration option * [IE][VPU]: Refactors ENABLE_WEIGHTS_ANALYSIS configuration option * [IE][VPU]: Refactors ENABLE_TENSOR_ITERATOR_UNROLLING configuration option * [IE][VPU]: Refactors ENABLE_REPL_WITH_SCRELU configuration option * [IE][VPU]: Remove ENABLE_REPLACE_WITH_REDUCE_MEAN configuration option * [IE][VPU]: Refactors ENABLE_PERMUTE_MERGING configuration option * [IE][VPU]: Refactors ENABLE_MEMORY_TYPES_ANNOTATION configuration options * [IE][VPU]: Refactors DUMP_INTERNAL_GRAPH_FILE_NAME configuration options * [IE][VPU]: Refactors DUMP_ALL_PASSES_DIRECTORY configuration options * [IE][VPU]: Refactors DUMP_ALL_PASSES configuration options * [IE][VPU]: Refactors DISABLE_REORDER configuration option * [IE][VPU]: Refactors DISABLE_CONVERT_STAGES configuration option * [IE][VPU]: Refactors DEVICE_ID configuration option * [IE][VPU]: Refactors DEVICE_CONNECT_TIMEOUT configuration option * [IE][VPU]: Refactors DETECT_NETWORK_BATCH configuration option * [IE][VPU]: Refactors CUSTOM_LAYERS configuration option * [IE][VPU]: Refactors MEMORY_TYPE configuration option * [IE][VPU]: Refactors FORCE_RESET configuration option * [IE][VPU]: Refactors PLATFORM configuration options * [IE][VPU]: Remove PLUGIN_LOG_FILE_PATH configuration options * [IE][VPU]: Remove COMPILER_LOG_FILE_PATH configuration options * [IE][VPU]: Refactors CHECK_PREPROCESSING_INSIDE_MODEL configuration option * [IE][VPU]: Refactors ENABLE_EARLY_ELTWISE_RELU_FUSION configuration option * [IE][VPU]: Refactors ENABLE_CUSTOM_RESHAPE_PARAM configuration option * [IE][VPU]: Refactors NONE_LAYERS configuration option * [IE][VPU]: Remove INPUT_SCALE and INPUT_BIAS configuration option * [IE][VPU]: Refactors ENABLE_ASYNC_DMA configuration options * [IE][VPU]: Delete old configuration API
rnugmanx
pushed a commit
to rnugmanx/openvino
that referenced
this pull request
Aug 26, 2021
…gins (openvinotoolkit#6176) * [IE][VPU]: Refactors PROTOCOL configuration option * [IE][VPU]: Refactors POWER_CONFIG configuration option * [IE][VPU]: Refactors HW_OPTIMIZATION configuration option * [IE][VPU]: Refactors HW_EXTRA_SPLIT configuration option * [IE][VPU]: Refactors HW_BLACK_LIST configuration option * [IE][VPU]: Refactors TILING_CMX_LIMIT_KB configuration option * [IE][VPU]: Refactors WATCHDOG_INTERVAL configuration option * [IE][VPU]: Refactors PRINT_RECEIVE_TENSOR_TIME configuration option * [IE][VPU]: Refactors PERF_REPORT_MODE configuration option * [IE][VPU]: Refactors PERF_COUNT configuration option * [IE][VPU]: Refactors PACK_DATA_IN_CMX configuration option * [IE][VPU]: Refactors NUMBER_OF_SHAVES configuration option * [IE][VPU]: Refactors NUM_EXECUTORS configuration option * [IE][VPU]: Refactors NUM_CMX_SLICES configuration option * [IE][VPU]: Refactors HW_POOL_CONV_MERGE configuration option * [IE][VPU]: Refactors TENSOR_STRIDES configuration option * [IE][VPU]: Refactors INJECT_SW_OPS configuration option * [IE][VPU]: Refactors IGNORE_UNKNOWN_LAYERS configuration option * [IE][VPU]: Remove HW_WHITE_LIST configuration option * [IE][VPU]: Refactors HW_DILATION configuration option * [IE][VPU]: Refactors FORCE_PURE_TENSOR_ITERATOR configuration option * [IE][VPU]: Remove FORCE_DEPRECATED_CNN_CONVERSION configuration option * [IE][VPU]: Refactors EXCLUSIVE_ASYNC_REQUESTS configuration option * [IE][VPU]: Refactors ENABLE_WEIGHTS_ANALYSIS configuration option * [IE][VPU]: Refactors ENABLE_TENSOR_ITERATOR_UNROLLING configuration option * [IE][VPU]: Refactors ENABLE_REPL_WITH_SCRELU configuration option * [IE][VPU]: Remove ENABLE_REPLACE_WITH_REDUCE_MEAN configuration option * [IE][VPU]: Refactors ENABLE_PERMUTE_MERGING configuration option * [IE][VPU]: Refactors ENABLE_MEMORY_TYPES_ANNOTATION configuration options * [IE][VPU]: Refactors DUMP_INTERNAL_GRAPH_FILE_NAME configuration options * [IE][VPU]: Refactors DUMP_ALL_PASSES_DIRECTORY configuration options * [IE][VPU]: Refactors DUMP_ALL_PASSES configuration options * [IE][VPU]: Refactors DISABLE_REORDER configuration option * [IE][VPU]: Refactors DISABLE_CONVERT_STAGES configuration option * [IE][VPU]: Refactors DEVICE_ID configuration option * [IE][VPU]: Refactors DEVICE_CONNECT_TIMEOUT configuration option * [IE][VPU]: Refactors DETECT_NETWORK_BATCH configuration option * [IE][VPU]: Refactors CUSTOM_LAYERS configuration option * [IE][VPU]: Refactors MEMORY_TYPE configuration option * [IE][VPU]: Refactors FORCE_RESET configuration option * [IE][VPU]: Refactors PLATFORM configuration options * [IE][VPU]: Remove PLUGIN_LOG_FILE_PATH configuration options * [IE][VPU]: Remove COMPILER_LOG_FILE_PATH configuration options * [IE][VPU]: Refactors CHECK_PREPROCESSING_INSIDE_MODEL configuration option * [IE][VPU]: Refactors ENABLE_EARLY_ELTWISE_RELU_FUSION configuration option * [IE][VPU]: Refactors ENABLE_CUSTOM_RESHAPE_PARAM configuration option * [IE][VPU]: Refactors NONE_LAYERS configuration option * [IE][VPU]: Remove INPUT_SCALE and INPUT_BIAS configuration option * [IE][VPU]: Refactors ENABLE_ASYNC_DMA configuration options * [IE][VPU]: Delete old configuration API
andrei-cv
pushed a commit
to andrei-cv/openvino
that referenced
this pull request
Aug 30, 2021
…gins (openvinotoolkit#6176) * [IE][VPU]: Refactors PROTOCOL configuration option * [IE][VPU]: Refactors POWER_CONFIG configuration option * [IE][VPU]: Refactors HW_OPTIMIZATION configuration option * [IE][VPU]: Refactors HW_EXTRA_SPLIT configuration option * [IE][VPU]: Refactors HW_BLACK_LIST configuration option * [IE][VPU]: Refactors TILING_CMX_LIMIT_KB configuration option * [IE][VPU]: Refactors WATCHDOG_INTERVAL configuration option * [IE][VPU]: Refactors PRINT_RECEIVE_TENSOR_TIME configuration option * [IE][VPU]: Refactors PERF_REPORT_MODE configuration option * [IE][VPU]: Refactors PERF_COUNT configuration option * [IE][VPU]: Refactors PACK_DATA_IN_CMX configuration option * [IE][VPU]: Refactors NUMBER_OF_SHAVES configuration option * [IE][VPU]: Refactors NUM_EXECUTORS configuration option * [IE][VPU]: Refactors NUM_CMX_SLICES configuration option * [IE][VPU]: Refactors HW_POOL_CONV_MERGE configuration option * [IE][VPU]: Refactors TENSOR_STRIDES configuration option * [IE][VPU]: Refactors INJECT_SW_OPS configuration option * [IE][VPU]: Refactors IGNORE_UNKNOWN_LAYERS configuration option * [IE][VPU]: Remove HW_WHITE_LIST configuration option * [IE][VPU]: Refactors HW_DILATION configuration option * [IE][VPU]: Refactors FORCE_PURE_TENSOR_ITERATOR configuration option * [IE][VPU]: Remove FORCE_DEPRECATED_CNN_CONVERSION configuration option * [IE][VPU]: Refactors EXCLUSIVE_ASYNC_REQUESTS configuration option * [IE][VPU]: Refactors ENABLE_WEIGHTS_ANALYSIS configuration option * [IE][VPU]: Refactors ENABLE_TENSOR_ITERATOR_UNROLLING configuration option * [IE][VPU]: Refactors ENABLE_REPL_WITH_SCRELU configuration option * [IE][VPU]: Remove ENABLE_REPLACE_WITH_REDUCE_MEAN configuration option * [IE][VPU]: Refactors ENABLE_PERMUTE_MERGING configuration option * [IE][VPU]: Refactors ENABLE_MEMORY_TYPES_ANNOTATION configuration options * [IE][VPU]: Refactors DUMP_INTERNAL_GRAPH_FILE_NAME configuration options * [IE][VPU]: Refactors DUMP_ALL_PASSES_DIRECTORY configuration options * [IE][VPU]: Refactors DUMP_ALL_PASSES configuration options * [IE][VPU]: Refactors DISABLE_REORDER configuration option * [IE][VPU]: Refactors DISABLE_CONVERT_STAGES configuration option * [IE][VPU]: Refactors DEVICE_ID configuration option * [IE][VPU]: Refactors DEVICE_CONNECT_TIMEOUT configuration option * [IE][VPU]: Refactors DETECT_NETWORK_BATCH configuration option * [IE][VPU]: Refactors CUSTOM_LAYERS configuration option * [IE][VPU]: Refactors MEMORY_TYPE configuration option * [IE][VPU]: Refactors FORCE_RESET configuration option * [IE][VPU]: Refactors PLATFORM configuration options * [IE][VPU]: Remove PLUGIN_LOG_FILE_PATH configuration options * [IE][VPU]: Remove COMPILER_LOG_FILE_PATH configuration options * [IE][VPU]: Refactors CHECK_PREPROCESSING_INSIDE_MODEL configuration option * [IE][VPU]: Refactors ENABLE_EARLY_ELTWISE_RELU_FUSION configuration option * [IE][VPU]: Refactors ENABLE_CUSTOM_RESHAPE_PARAM configuration option * [IE][VPU]: Refactors NONE_LAYERS configuration option * [IE][VPU]: Remove INPUT_SCALE and INPUT_BIAS configuration option * [IE][VPU]: Refactors ENABLE_ASYNC_DMA configuration options * [IE][VPU]: Delete old configuration API
akuporos
pushed a commit
to akuporos/openvino
that referenced
this pull request
Sep 29, 2021
…gins (openvinotoolkit#6176) * [IE][VPU]: Refactors PROTOCOL configuration option * [IE][VPU]: Refactors POWER_CONFIG configuration option * [IE][VPU]: Refactors HW_OPTIMIZATION configuration option * [IE][VPU]: Refactors HW_EXTRA_SPLIT configuration option * [IE][VPU]: Refactors HW_BLACK_LIST configuration option * [IE][VPU]: Refactors TILING_CMX_LIMIT_KB configuration option * [IE][VPU]: Refactors WATCHDOG_INTERVAL configuration option * [IE][VPU]: Refactors PRINT_RECEIVE_TENSOR_TIME configuration option * [IE][VPU]: Refactors PERF_REPORT_MODE configuration option * [IE][VPU]: Refactors PERF_COUNT configuration option * [IE][VPU]: Refactors PACK_DATA_IN_CMX configuration option * [IE][VPU]: Refactors NUMBER_OF_SHAVES configuration option * [IE][VPU]: Refactors NUM_EXECUTORS configuration option * [IE][VPU]: Refactors NUM_CMX_SLICES configuration option * [IE][VPU]: Refactors HW_POOL_CONV_MERGE configuration option * [IE][VPU]: Refactors TENSOR_STRIDES configuration option * [IE][VPU]: Refactors INJECT_SW_OPS configuration option * [IE][VPU]: Refactors IGNORE_UNKNOWN_LAYERS configuration option * [IE][VPU]: Remove HW_WHITE_LIST configuration option * [IE][VPU]: Refactors HW_DILATION configuration option * [IE][VPU]: Refactors FORCE_PURE_TENSOR_ITERATOR configuration option * [IE][VPU]: Remove FORCE_DEPRECATED_CNN_CONVERSION configuration option * [IE][VPU]: Refactors EXCLUSIVE_ASYNC_REQUESTS configuration option * [IE][VPU]: Refactors ENABLE_WEIGHTS_ANALYSIS configuration option * [IE][VPU]: Refactors ENABLE_TENSOR_ITERATOR_UNROLLING configuration option * [IE][VPU]: Refactors ENABLE_REPL_WITH_SCRELU configuration option * [IE][VPU]: Remove ENABLE_REPLACE_WITH_REDUCE_MEAN configuration option * [IE][VPU]: Refactors ENABLE_PERMUTE_MERGING configuration option * [IE][VPU]: Refactors ENABLE_MEMORY_TYPES_ANNOTATION configuration options * [IE][VPU]: Refactors DUMP_INTERNAL_GRAPH_FILE_NAME configuration options * [IE][VPU]: Refactors DUMP_ALL_PASSES_DIRECTORY configuration options * [IE][VPU]: Refactors DUMP_ALL_PASSES configuration options * [IE][VPU]: Refactors DISABLE_REORDER configuration option * [IE][VPU]: Refactors DISABLE_CONVERT_STAGES configuration option * [IE][VPU]: Refactors DEVICE_ID configuration option * [IE][VPU]: Refactors DEVICE_CONNECT_TIMEOUT configuration option * [IE][VPU]: Refactors DETECT_NETWORK_BATCH configuration option * [IE][VPU]: Refactors CUSTOM_LAYERS configuration option * [IE][VPU]: Refactors MEMORY_TYPE configuration option * [IE][VPU]: Refactors FORCE_RESET configuration option * [IE][VPU]: Refactors PLATFORM configuration options * [IE][VPU]: Remove PLUGIN_LOG_FILE_PATH configuration options * [IE][VPU]: Remove COMPILER_LOG_FILE_PATH configuration options * [IE][VPU]: Refactors CHECK_PREPROCESSING_INSIDE_MODEL configuration option * [IE][VPU]: Refactors ENABLE_EARLY_ELTWISE_RELU_FUSION configuration option * [IE][VPU]: Refactors ENABLE_CUSTOM_RESHAPE_PARAM configuration option * [IE][VPU]: Refactors NONE_LAYERS configuration option * [IE][VPU]: Remove INPUT_SCALE and INPUT_BIAS configuration option * [IE][VPU]: Refactors ENABLE_ASYNC_DMA configuration options * [IE][VPU]: Delete old configuration API
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
category: CI
OpenVINO public CI
category: CPU
OpenVINO CPU plugin
category: docs
OpenVINO documentation
category: IE Tests
OpenVINO Test: plugins and common
category: inference
OpenVINO Runtime library - Inference
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.
Task
#-41782
Description
Completion of configuration options refactoring in VPU plugins, that started in PR: [IE][VPU]: Configuration options in VPU plugins refactoring