mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00

Fix various issues when compiling with gcc13. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
18 lines
453 B
Diff
18 lines
453 B
Diff
include cstdint header for gcc13
|
|
|
|
Upstream-Status: Pending
|
|
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
|
|
|
|
diff --git a/src/gpu/jit/gemm/kernel_catalog.hpp b/src/gpu/jit/gemm/kernel_catalog.hpp
|
|
index 8e6e1f3b6..3c8e29981 100644
|
|
--- a/src/gpu/jit/gemm/kernel_catalog.hpp
|
|
+++ b/src/gpu/jit/gemm/kernel_catalog.hpp
|
|
@@ -20,6 +20,7 @@
|
|
#include <string>
|
|
#include <tuple>
|
|
#include <vector>
|
|
+#include <cstdint>
|
|
|
|
#include "gen_gemm_kernel_common.hpp"
|
|
|