[IE][VPU] Rename and move VPU plugin to src/plugins (#9110)

* [IE][VPU] Rename and move VPU plugin to src/plugins

* Update some dependencies

* Change .md

* Update some dependencies

* Update some dependencies (again)

* I'll rename this one

* Remove ENABLE_MYRIAD arg

* Update XLink.cmake

* Update thirdparty CMakeList

* Minor fixes
This commit is contained in:
Anton Dudchenko
2022-01-14 14:02:08 +03:00
committed by GitHub
parent bd97d1edc6
commit eb299f819e
564 changed files with 58 additions and 67 deletions

View File

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