summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNaveen Saini <naveen.kumar.saini@intel.com>2021-10-22 15:12:46 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2021-10-25 22:00:32 +0800
commitfca80fae34f06c42405e45c3895e6958a7a176e0 (patch)
tree9b21f303f613c2fce4b402674da775bf2ac8c945
parent100599a067efce42bff490f45a4327e2bd43db73 (diff)
downloadmeta-intel-fca80fae34f06c42405e45c3895e6958a7a176e0.tar.gz
intel-compute-runtime: disable builtins16.0-honister-3.4
Builtins throw compilation failure. So disable for now, until fixed. https://github.com/intel/intel-graphics-compiler/issues/204 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r--dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_21.40.21182.bb3
1 files changed, 1 insertions, 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 = " \
34 -DCCACHE_ALLOWED=FALSE \ 34 -DCCACHE_ALLOWED=FALSE \
35 -DNEO_DISABLE_LD_LLD=ON \ 35 -DNEO_DISABLE_LD_LLD=ON \
36 -DNEO_DISABLE_LD_GOLD=ON \ 36 -DNEO_DISABLE_LD_GOLD=ON \
37 -DNEO_DISABLE_BUILTINS_COMPILATION=ON \
37 " 38 "
38EXTRA_OECMAKE:append:class-native = " -DNEO_DISABLE_BUILTINS_COMPILATION=ON"
39
40EXTRA_OECMAKE:append:class-target = " \ 39EXTRA_OECMAKE:append:class-target = " \
41 -Dcloc_cmd_prefix=ocloc \ 40 -Dcloc_cmd_prefix=ocloc \
42 " 41 "