Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | intel-compute-runtime: fix build error | Anuj Mittal | 2022-09-19 | 1 | -0/+45 |
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 <anuj.mittal@intel.com> |