[VPU] Rename INTEL_VPU to INTEL_MYRIAD, move thirdparty and vpu_dependencies (#9827)

* Rename INTEL_VPU to INTEL_MYRIAD, move thirdparty and vpu_dependencies

* Fix thirdparty

* Rename HDDL

* Remove unused files

* Fix HDDL

* Add path to mvnc

* Fix installation on Linux

* Remove thirdparty dir from codeowners

* Move new files

* Remove IE_MAIN_SOURCE_DIR dependencies

Co-authored-by: Maksim Doronin <maksim.doronin@intel.com>
This commit is contained in:
Anton Dudchenko
2022-01-31 16:58:33 +03:00
committed by GitHub
parent 4eac21e7c0
commit 89b88af28d
663 changed files with 79 additions and 94 deletions

View File

@@ -66,7 +66,7 @@ jobs:
run: |
mkdir build
cd build
cmake -DENABLE_INTEL_VPU=OFF ..
cmake -DENABLE_INTEL_MYRIAD_COMMON=OFF ..
- name: ShellCheck
run: cmake --build . --target ie_shellcheck -j8
@@ -91,7 +91,7 @@ jobs:
run: |
mkdir build
cd build
cmake -DENABLE_INTEL_VPU=OFF ..
cmake -DENABLE_INTEL_MYRIAD_COMMON=OFF ..
- name: Naming convention check
run: cmake --build . --target ncc_all -j8