summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/openembedded-layer/recipes-support/opencv
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2023-09-05 12:05:57 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2023-09-05 12:05:57 +0800
commitc9c5b8b1b04096fcc00d49a0aa5e1f9e2aa53953 (patch)
tree8bc40330bd3f3f055985b1f46cf32866b6321740 /dynamic-layers/openembedded-layer/recipes-support/opencv
parenta1ac7dc547c4169e78aaf76fcf9ef45569ae16bb (diff)
downloadmeta-intel-c9c5b8b1b04096fcc00d49a0aa5e1f9e2aa53953.tar.gz
openvino-inference-engine: upgrade 2023.0.1 -> 2023.0.2
Major changes: OpenVINO GNA Plugin: - Fixes the issue when GNA device would not work on Gemini Lake (GLK) platforms - Fixes the problem with memory leak during HLK test OpenVINO CPU Plugin: - Fixes the issues occurred in Multi-Threading 2.0 getting CPU mapping detail on Windows 7 platforms OpenVINO Core: - Fixes the issues occurred when compiling a Pytorch model with unfold op Release notes: https://github.com/openvinotoolkit/openvino/releases/tag/2023.0.2 Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'dynamic-layers/openembedded-layer/recipes-support/opencv')
-rw-r--r--dynamic-layers/openembedded-layer/recipes-support/opencv/openvino-inference-engine_2023.0.2.bb (renamed from dynamic-layers/openembedded-layer/recipes-support/opencv/openvino-inference-engine_2023.0.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-support/opencv/openvino-inference-engine_2023.0.1.bb b/dynamic-layers/openembedded-layer/recipes-support/opencv/openvino-inference-engine_2023.0.2.bb
index 175a04ab..e2119131 100644
--- a/dynamic-layers/openembedded-layer/recipes-support/opencv/openvino-inference-engine_2023.0.1.bb
+++ b/dynamic-layers/openembedded-layer/recipes-support/opencv/openvino-inference-engine_2023.0.2.bb
@@ -19,7 +19,7 @@ SRC_URI = "git://github.com/openvinotoolkit/openvino.git;protocol=https;name=ope
19 file://0001-protobuf-allow-target-protoc-to-be-built.patch \ 19 file://0001-protobuf-allow-target-protoc-to-be-built.patch \
20 " 20 "
21 21
22SRCREV_openvino = "fa1c41994f3f84329491de93ce572f1401bc75ae" 22SRCREV_openvino = "e662b1a330126daed2d8de724b9e14690bec8bfd"
23SRCREV_mkl = "1c7bfabf1b26e6fb95fea1613e1d3d2bef1f6b54" 23SRCREV_mkl = "1c7bfabf1b26e6fb95fea1613e1d3d2bef1f6b54"
24SRCREV_onednn = "f27dedbfc093f51032a4580198bb80579440dc15" 24SRCREV_onednn = "f27dedbfc093f51032a4580198bb80579440dc15"
25SRCREV_xbyak = "740dff2e866f3ae1a70dd42d6e8836847ed95cc2" 25SRCREV_xbyak = "740dff2e866f3ae1a70dd42d6e8836847ed95cc2"