From 1937c72e021c7aeb66d3941cce950887f5b0ec93 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Thu, 6 Aug 2020 10:03:33 +0800 Subject: openvino-inference-engine: upgrade 2020.3 -> 2020.4 For release notes, see: https://software.intel.com/content/www/us/en/develop/articles/openvino-relnotes.html The recipe has been changed to: - disable unit tests as they rely on an older version of googletest. - remove a patch as it was merged upstream. - backport a patch instead of using a local version. - refresh other patches. - download mkl-dnn separately instead of using the submodule. The project downloads a lot of other modules as well and we don't want/use those. - not download lfs documentation content. Signed-off-by: Anuj Mittal --- .../opencv/files/0004-fix-compilation-errors.patch | 24 ++++++---------------- 1 file changed, 6 insertions(+), 18 deletions(-) (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 index 8169f9fb..1a54a124 100644 --- 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 @@ -1,25 +1,16 @@ -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 +From ed444bf9f4dda442bd2da51140f45631163e0e55 Mon Sep 17 00:00:00 2001 +From: Vladimir Zinoviev +Date: Sun, 14 Jun 2020 18:54:36 +0300 +Subject: [PATCH] [CLDNN] Fix std::runtime_error missing (#871) +Upstream-Status: Backport [https://github.com/openvinotoolkit/openvino/commit/ed444bf9f4dda442bd2da51140f45631163e0e55] 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 +index 3dbdfd0b22..2226f1a874 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 @@ @@ -30,6 +21,3 @@ index 7f05b67f..641a4c9b 100644 namespace kernel_selector { #define KERNEL_SELECTOR_TENSOR_DIM_MAX 9 --- -2.25.4 - -- cgit v1.2.3-54-g00ecf