Remove myriad plugin (#15131)

* 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 <yuan1.xu@intel.com>

* Update docs/get_started/get_started_demos.md

Co-authored-by: Yuan Xu <yuan1.xu@intel.com>

* Update docs/OV_Runtime_UG/deployment/local-distribution.md

Co-authored-by: Yuan Xu <yuan1.xu@intel.com>

Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
This commit is contained in:
Ilya Lavrenov
2023-01-18 15:19:44 +04:00
committed by GitHub
parent a1203b931a
commit c4eeecfec5
1167 changed files with 184 additions and 154079 deletions

View File

@@ -49,16 +49,6 @@
"runtime/lib/intel64/Release/libopenvino_intel_cpu_plugin.so"
]
},
"vpu": {
"ui_name": "Inference Engine Runtime for Intel(R) Movidius(tm) VPU",
"group": ["ie"],
"dependencies" : ["ie_core"],
"files": [
"runtime/lib/intel64/Release/libopenvino_intel_myriad_plugin.so",
"runtime/lib/intel64/Release/usb-ma2x8x.mvcmd",
"runtime/lib/intel64/Release/pcie-ma2x8x.mvcmd"
]
},
"python3.7": {
"ui_name": "OpenVINO Python API for Python 3.7",
"group": ["python"],

View File

@@ -64,19 +64,6 @@
"install_dependencies/install_NEO_OCL_driver.sh"
]
},
"vpu": {
"ui_name": "Inference Engine Runtime for Intel(R) Movidius(tm) VPU",
"group": ["ie"],
"dependencies" : ["ie_core"],
"files": [
"install_dependencies/97-myriad-usbboot.rules",
"runtime/lib/intel64/usb-ma2x8x.mvcmd",
"runtime/lib/intel64/pcie-ma2x8x.mvcmd",
"runtime/lib/intel64/libopenvino_intel_myriad_plugin.so",
"runtime/lib/intel64/vpu_custom_kernels",
"install_dependencies/install_NCS_udev_rules.sh"
]
},
"gna": {
"ui_name": "Inference Engine Runtime for Intel(R) Gaussian Neural Accelerator",
"group": ["ie"],
@@ -87,15 +74,6 @@
"runtime/lib/intel64/libopenvino_intel_gna_plugin.so"
]
},
"hddl": {
"ui_name": "Inference Engine Runtime for Intel(R) Vision Accelerator Design with\n\t Intel(R) Movidius(tm) VPUs",
"group": ["ie"],
"dependencies" : ["ie_core"],
"files": [
"runtime/lib/intel64/libopenvino_intel_hddl_plugin.so",
"runtime/3rdparty/hddl"
]
},
"python3.7": {
"ui_name": "OpenVINO Python API for Python 3.7",
"group": ["python"],

View File

@@ -47,16 +47,6 @@
"runtime/bin/intel64/Release/openvino_intel_gpu_plugin.dll"
]
},
"vpu": {
"ui_name": "Inference Engine Runtime for Intel(R) Movidius(tm) VPU",
"group": ["ie"],
"dependencies" : ["ie_core"],
"files": [
"runtime/bin/intel64/Release/usb-ma2x8x.mvcmd",
"runtime/bin/intel64/Release/pcie-ma2x8x.elf",
"runtime/bin/intel64/Release/openvino_intel_myriad_plugin.dll"
]
},
"gna": {
"ui_name": "Inference Engine Runtime for Intel(R) Gaussian Neural Accelerator",
"group": ["ie"],
@@ -66,15 +56,6 @@
"runtime/bin/intel64/Release/openvino_intel_gna_plugin.dll"
]
},
"hddl": {
"ui_name": "Inference Engine Runtime for Intel(R) Vision Accelerator Design with\n\t Intel(R) Movidius(tm) VPUs",
"group": ["ie"],
"dependencies" : ["ie_core"],
"files": [
"runtime/bin/intel64/Release/openvino_intel_hddl_plugin.dll",
"runtime/3rdparty/hddl"
]
},
"python3.7": {
"ui_name": "OpenVINO Python API for Python 3.7",
"group": ["python"],