Backport a patch to fix errors like: 12:14:05 | /poky/build/tmp/work/x86_64-linux/intel-compute-runtime-native/20.15.16524-r0/git/shared/source/helpers/basic_math.h:166:21: error: ânumeric_limitsâ is not a member of âstdâ 12:14:05 | 166 | return std::numeric_limits<T>::max();
Signed-off-by: Anuj Mittal <[email protected]> --- ...ef897712c8b475f668f2bcf77a12db76a90e.patch | 45 +++++++++++++++++++ .../intel-compute-runtime_20.15.16524.bb | 1 + 2 files changed, 46 insertions(+) create mode 100644 dynamic-layers/clang-layer/recipes-opencl/compute-runtime/files/113cef897712c8b475f668f2bcf77a12db76a90e.patch diff --git a/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/files/113cef897712c8b475f668f2bcf77a12db76a90e.patch b/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/files/113cef897712c8b475f668f2bcf77a12db76a90e.patch new file mode 100644 index 00000000..5edb52d0 --- /dev/null +++ b/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/files/113cef897712c8b475f668f2bcf77a12db76a90e.patch @@ -0,0 +1,45 @@ +From a72b1fe0c571c191d857297114e0393ce017b7ab Mon Sep 17 00:00:00 2001 +From: Mateusz Jablonski <[email protected]> +Date: Wed, 28 Jul 2021 09:25:56 +0000 +Subject: [PATCH] Add missing includes + +Signed-off-by: Florian Minnecker <[email protected]> +Signed-off-by: Mateusz Jablonski <[email protected]> + +Upstream-Status: Backport +Signed-off-by: Anuj Mittal <[email protected]> +--- + shared/source/helpers/basic_math.h | 3 ++- + shared/source/helpers/registered_method_dispatcher.h | 1 + + 2 files changed, 3 insertions(+), 1 deletion(-) + +diff --git a/shared/source/helpers/basic_math.h b/shared/source/helpers/basic_math.h +index fd62b9e6b..f339677eb 100644 +--- a/shared/source/helpers/basic_math.h ++++ b/shared/source/helpers/basic_math.h +@@ -11,8 +11,9 @@ + #include <algorithm> + #include <cmath> + #include <cstdint> ++#include <cstdio> + #include <cstdlib> +-#include <stdio.h> ++#include <limits> + + #define KB 1024uLL + #define MB (KB * KB) +diff --git a/shared/source/helpers/registered_method_dispatcher.h b/shared/source/helpers/registered_method_dispatcher.h +index 56f880a16..cd778fad0 100644 +--- a/shared/source/helpers/registered_method_dispatcher.h ++++ b/shared/source/helpers/registered_method_dispatcher.h +@@ -7,6 +7,7 @@ + + #pragma once + ++#include <cstddef> + #include <cstdint> + #include <functional> + +-- +2.37.3 + diff --git a/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_20.15.16524.bb b/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_20.15.16524.bb index 5525b66a..eb17b642 100644 --- a/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_20.15.16524.bb +++ b/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_20.15.16524.bb @@ -9,6 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=ae27f47fd6755510247c19e547e4c804 \ file://third_party/opencl_headers/LICENSE;md5=dcefc90f4c3c689ec0c2489064e7273b" SRC_URI = "git://github.com/intel/compute-runtime.git;protocol=https \ + file://113cef897712c8b475f668f2bcf77a12db76a90e.patch \ " SRCREV = "e0633548a9bd025c70bc7f3539eef094b1bc9ce1" -- 2.38.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#7723): https://lists.yoctoproject.org/g/meta-intel/message/7723 Mute This Topic: https://lists.yoctoproject.org/mt/94711744/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
