From 78386dd80bcc9b740c181ce4718af7e0b328f85a Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Fri, 5 Jun 2020 01:26:01 +0800 Subject: openvino-inference-engine: upgrade 2020.1 -> 2020.3.0 * Point to the renamed repository and change the project name to openvino-inference-engine. * Include ngraph as a submodule instead of using it as a separate project. * Use the new unit tests, the old ones have been deprecated. Signed-off-by: Anuj Mittal --- .../opencv/files/0004-fix-compilation-errors.patch | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 dynamic-layers/openembedded-layer/recipes-support/opencv/files/0004-fix-compilation-errors.patch (limited to 'dynamic-layers/openembedded-layer/recipes-support/opencv/files/0004-fix-compilation-errors.patch') diff --git a/dynamic-layers/openembedded-layer/recipes-support/opencv/files/0004-fix-compilation-errors.patch b/dynamic-layers/openembedded-layer/recipes-support/opencv/files/0004-fix-compilation-errors.patch new file mode 100644 index 00000000..8169f9fb --- /dev/null +++ b/dynamic-layers/openembedded-layer/recipes-support/opencv/files/0004-fix-compilation-errors.patch @@ -0,0 +1,35 @@ +From deec5feef34f86eb5616252e2e5b685b6555f561 Mon Sep 17 00:00:00 2001 +From: Anuj Mittal +Date: Wed, 10 Jun 2020 09:49:03 +0800 +Subject: [PATCH 4/5] fix compilation errors + +Fixes errors like: + +build/tmp/work/skylake-64-poky-linux/dldt-inference-engine/2020r1-r0/git/inference-engine/thirdparty/clDNN/kernel_selector/common/tensor_type.h:295:28: +error: 'runtime_error' is not a member of 'std' + 295 | throw std::runtime_error("Tensor pitches didn't +set correctly"); + | + +Upstream-Status: Pending + +Signed-off-by: Anuj Mittal +--- + .../thirdparty/clDNN/kernel_selector/common/tensor_type.h | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/common/tensor_type.h b/inference-engine/thirdparty/clDNN/kernel_selector/common/tensor_type.h +index 7f05b67f..641a4c9b 100644 +--- a/inference-engine/thirdparty/clDNN/kernel_selector/common/tensor_type.h ++++ b/inference-engine/thirdparty/clDNN/kernel_selector/common/tensor_type.h +@@ -25,6 +25,7 @@ + #include + #include + #include ++#include + + namespace kernel_selector { + #define KERNEL_SELECTOR_TENSOR_DIM_MAX 9 +-- +2.25.4 + -- cgit v1.2.3-54-g00ecf