-
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] Execution graph via ngraph for VPU plugin #1572
[IE VPU] Execution graph via ngraph for VPU plugin #1572
Conversation
inference-engine/src/vpu/graph_transformer/src/utils/runtime_graph.cpp
Outdated
Show resolved
Hide resolved
inference-engine/tests/functional/plugin/shared/include/behavior/exec_graph_info.hpp
Outdated
Show resolved
Hide resolved
inference-engine/src/vpu/graph_transformer/src/utils/runtime_graph.cpp
Outdated
Show resolved
Hide resolved
@adudchen let's finalize by 2021.1 |
@adudchen please, merge with latest master |
@adudchen please, have a look https://openvino-ci.intel.com/job/private-ci/job/ie/job/ie-tests-linux-ubuntu18-gna/12296/ |
inference-engine/src/vpu/graph_transformer/src/utils/runtime_graph.cpp
Outdated
Show resolved
Hide resolved
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.
Some style issues. But in general LGTM
@ilya-lavrenov, can we merge this PR right now? |
@Maxim-Doronin I think yes, since it passed review from VPU maintainers |
…#1572) * Execution graph via ngraph for VPU plugin * Enable ExecGraphTests * Assert throw for multi device in tests * Assert throw for gna device in tests
…#1572) * Execution graph via ngraph for VPU plugin * Enable ExecGraphTests * Assert throw for multi device in tests * Assert throw for gna device in tests
#-33036