summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/openembedded-layer/recipes-support/opencv/files/onednn-fix-build-with-gcc13.patch
diff options
context:
space:
mode:
authorYogesh Tyagi <yogesh.tyagi@intel.com>2023-12-01 08:48:36 +0530
committerAnuj Mittal <anuj.mittal@intel.com>2023-12-01 11:43:15 +0800
commitc93900c6ed774496dd7a4974e76e9767e87591d3 (patch)
treeef3cb758f8bf1de87b75dac56796531d7b21f8a4 /dynamic-layers/openembedded-layer/recipes-support/opencv/files/onednn-fix-build-with-gcc13.patch
parentb3fca0034e9783eafa86d1ae824ec396ede14d6c (diff)
downloadmeta-intel-c93900c6ed774496dd7a4974e76e9767e87591d3.tar.gz
openvino-inference-engine: upgrade 2023.1.0 -> 2023.2.0
* Release notes: https://github.com/openvinotoolkit/openvino/releases/tag/2023.2.0 * Drop the patches which included header cstdint to fix build issues with gcc13 as these changes are already incorporated in the upstream code. * gflags and zlib are now used as bundled dependencies https://github.com/openvinotoolkit/openvino/pull/20762 * Refresh the patches Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'dynamic-layers/openembedded-layer/recipes-support/opencv/files/onednn-fix-build-with-gcc13.patch')
-rw-r--r--dynamic-layers/openembedded-layer/recipes-support/opencv/files/onednn-fix-build-with-gcc13.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-support/opencv/files/onednn-fix-build-with-gcc13.patch b/dynamic-layers/openembedded-layer/recipes-support/opencv/files/onednn-fix-build-with-gcc13.patch
deleted file mode 100644
index 3063dc93..00000000
--- a/dynamic-layers/openembedded-layer/recipes-support/opencv/files/onednn-fix-build-with-gcc13.patch
+++ /dev/null
@@ -1,17 +0,0 @@
1include cstdint header for gcc13
2
3Upstream-Status: Pending
4Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
5
6diff --git a/src/gpu/jit/gemm/kernel_catalog.hpp b/src/gpu/jit/gemm/kernel_catalog.hpp
7index 8e6e1f3b6..3c8e29981 100644
8--- a/src/gpu/jit/gemm/kernel_catalog.hpp
9+++ b/src/gpu/jit/gemm/kernel_catalog.hpp
10@@ -20,6 +20,7 @@
11 #include <string>
12 #include <tuple>
13 #include <vector>
14+#include <cstdint>
15
16 #include "gen_gemm_kernel_common.hpp"
17