-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Remove myriad plugin #15131
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
Remove myriad plugin #15131
Conversation
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.
Should I remove MYRIAD and HDDL mentions from OMZ?
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.
There are still mentions and uses of myriad
in different files (.ci
, docs
, src/inference/include/ie/vpu/
, src/inference/include/openvino/runtime/intel_myriad/
and other folders).
Is this intentional?
Yes, we have mentioning:
|
@@ -275,28 +275,20 @@ TEST_P(AutoLoadFailedTest, LoadCNNetWork) { | |||
// so inference request num is 4 (CPU 2, MYRIAD 2) | |||
// | |||
const std::vector<ConfigParams> testConfigs = {ConfigParams {true, false, GENERAL, {DeviceParams {CommonTestUtils::DEVICE_GPU, true}, | |||
DeviceParams {"MYRIAD", true}, |
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.
ticket 101367 is created to follow up any Myriad/HDDL related change in AUTO/MULTI
Added a few comments. Looks good to me, thanks! :) |
Co-authored-by: Yuan Xu <[email protected]>
Co-authored-by: Yuan Xu <[email protected]>
Co-authored-by: Yuan Xu <[email protected]>
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.
I don't want to block the PR so I think it should be merged. Still, so many documentation articles are included here that we need to check if these deletions don't require other corrections. We'll do it in other PRs if necessary.
Documentation changes are enclosed in commit 03995f4, which is reviewed by @xu-yuan1. However, we still have several places in the docs, where docs team need to remove MYRIAD, NCS2, HDDL wordings, because I have touched only more or less simple cases. I will create a ticket not to forget. |
@ilya-lavrenov Great, we'll do a followup and remove whatever's necessary. |
Approved from my side as well. Thanks for contributing! |
Always glad to remove something 💇 |
* Removed Intel MYRIAD plugin * Removed Intel MYIAD from CI files * Removed Intel MYRIAD from cmake folder * Removed MYRIAD, HDDL from samples * Removed MYRIAD, HDDL from scripts folder * Removed MYRIAD from bindings folder (C and Python API) * Removed MYRIAD tests * Removed MYRIAD from tests folder * Removed MYRIAD from tools folder * Removed HDDL (VAD), MYRIAD (NSC2) from documentation * Fixed build for AUTO unit tests * Fixed clang code style * Fixed comments and issues * removed MYRIAD from AUTO tests * Disabled MULTI tests in CI * Update docs/OV_Runtime_UG/auto_device_selection.md Co-authored-by: Yuan Xu <[email protected]> * Update docs/get_started/get_started_demos.md Co-authored-by: Yuan Xu <[email protected]> * Update docs/OV_Runtime_UG/deployment/local-distribution.md Co-authored-by: Yuan Xu <[email protected]> Co-authored-by: Yuan Xu <[email protected]>
Details: