[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:
4
.github/workflows/code_style.yml
vendored
4
.github/workflows/code_style.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user