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 --- ...ry_solver.hpp-include-stdint.h-to-avoid-b.patch | 37 ---------------------- 1 file changed, 37 deletions(-) delete mode 100644 dynamic-layers/openembedded-layer/recipes-support/opencv/files/0001-mkldnn_memory_solver.hpp-include-stdint.h-to-avoid-b.patch (limited to 'dynamic-layers/openembedded-layer/recipes-support/opencv/files/0001-mkldnn_memory_solver.hpp-include-stdint.h-to-avoid-b.patch') diff --git a/dynamic-layers/openembedded-layer/recipes-support/opencv/files/0001-mkldnn_memory_solver.hpp-include-stdint.h-to-avoid-b.patch b/dynamic-layers/openembedded-layer/recipes-support/opencv/files/0001-mkldnn_memory_solver.hpp-include-stdint.h-to-avoid-b.patch deleted file mode 100644 index 057eff23..00000000 --- a/dynamic-layers/openembedded-layer/recipes-support/opencv/files/0001-mkldnn_memory_solver.hpp-include-stdint.h-to-avoid-b.patch +++ /dev/null @@ -1,37 +0,0 @@ -From 91d72cc97138e5349e36bba9329ae29dee814388 Mon Sep 17 00:00:00 2001 -From: Liwei Song -Date: Tue, 2 Jun 2020 09:55:49 +0000 -Subject: [PATCH] mkldnn_memory_solver.hpp: include stdint.h to avoid build - error - -fix the following compile error: - -inference-engine/src/mkldnn_plugin/mkldnn_memory_solver.hpp:60:9: error: 'int64_t' does not name a type -| 60 | int64_t size; -| | ^~~~~~~ - -include stdint.h to fix this. - -Upstream-Status: Submitted [https://github.com/openvinotoolkit/openvino/pull/729] - -Signed-off-by: Liwei Song ---- - inference-engine/src/mkldnn_plugin/mkldnn_memory_solver.hpp | 2 ++ - 1 file changed, 2 insertions(+) - -diff --git a/inference-engine/src/mkldnn_plugin/mkldnn_memory_solver.hpp b/inference-engine/src/mkldnn_plugin/mkldnn_memory_solver.hpp -index 2c236a307276..aa52d29b310d 100644 ---- a/inference-engine/src/mkldnn_plugin/mkldnn_memory_solver.hpp -+++ b/inference-engine/src/mkldnn_plugin/mkldnn_memory_solver.hpp -@@ -10,6 +10,8 @@ - - #include "ie_api.h" - -+#include -+ - #include - #include - --- -2.24.1 - -- cgit v1.2.3-54-g00ecf