meta-intel/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime
Anuj Mittal c8fc88b7ed intel-compute-runtime: fix build with gcc13
Dont turn warnings to errors. Helps when compiling with gcc13.

 | /build/poky/build/tmp/work/corei7-64-poky-linux/intel-compute-runtime/23.09.25812.14-r0/recipe-sysroot/usr/include/c++/13.1.1/bits/stl_algobase.h:398:11: error: '*(unsigned char (*)[7])((char*)&<unnamed> + offsetof(NEO::ArgDescValue, NEO::ArgDescValue::elements.StackVec<NEO::ArgDescValue::Element, 1, unsigned char>::onStackMemRawBytes[0]))' may be used uninitialized [-Werror=maybe-uninitialized]
 |   398 |         { *__to = *__from; }
 |       |

Also, include cstdint header to get rid of other gcc13 specific errors.

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2023-05-30 15:10:17 +08:00
..
add-missing-cstdint-header-to-fix-compile-with-gcc13.patch intel-compute-runtime: fix build with gcc13 2023-05-30 15:10:17 +08:00
allow-to-find-cpp-generation-tool.patch intel-compute-runtime: upgrade 22.49.25018.24 -> 23.05.25593.11 2023-04-13 10:48:54 +08:00
disable-werror.patch intel-compute-runtime: fix build with gcc13 2023-05-30 15:10:17 +08:00
external-ocloc.patch intel-compute-runtime: upgrade 23.05.25593.11 -> 23.09.25812.14 2023-04-28 12:47:23 +08:00