From fca80fae34f06c42405e45c3895e6958a7a176e0 Mon Sep 17 00:00:00 2001 From: Naveen Saini Date: Fri, 22 Oct 2021 15:12:46 +0800 Subject: intel-compute-runtime: disable builtins Builtins throw compilation failure. So disable for now, until fixed. https://github.com/intel/intel-graphics-compiler/issues/204 Signed-off-by: Naveen Saini Signed-off-by: Anuj Mittal --- .../compute-runtime/intel-compute-runtime_21.40.21182.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_21.40.21182.bb b/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_21.40.21182.bb index 2a34526a..af66e49d 100644 --- a/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_21.40.21182.bb +++ b/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_21.40.21182.bb @@ -34,9 +34,8 @@ EXTRA_OECMAKE = " \ -DCCACHE_ALLOWED=FALSE \ -DNEO_DISABLE_LD_LLD=ON \ -DNEO_DISABLE_LD_GOLD=ON \ + -DNEO_DISABLE_BUILTINS_COMPILATION=ON \ " -EXTRA_OECMAKE:append:class-native = " -DNEO_DISABLE_BUILTINS_COMPILATION=ON" - EXTRA_OECMAKE:append:class-target = " \ -Dcloc_cmd_prefix=ocloc \ " -- cgit v1.2.3-54-g00ecf