summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/openembedded-layer/recipes-support/opencv/files/onednn-fix-build-with-gcc13.patch
diff options
context:
space:
mode:
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, 17 insertions, 0 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
new file mode 100644
index 00000000..3063dc93
--- /dev/null
+++ b/dynamic-layers/openembedded-layer/recipes-support/opencv/files/onednn-fix-build-with-gcc13.patch
@@ -0,0 +1,17 @@
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