summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime/add-missing-cstdint-header-to-fix-compile-with-gcc13.patch
Commit message (Collapse)AuthorAgeFilesLines
* intel-compute-runtime: upgrade 23.22.26516.18 -> 24.05.28454.6Anuj Mittal2024-02-281-56/+0
| | | | | | | | Drop the patch that has already been merged. License-Update: OpenCL-Headers are now Apache-2.0 licensed. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-compute-runtime : upgrade 23.17.26241.22 -> 23.22.26516.18Yogesh Tyagi2023-07-311-5/+5
| | | | | | * Refresh patch Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
* intel-compute-runtime: fix build with gcc13Anuj Mittal2023-05-301-0/+56
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>