diff options
| author | Naveen Saini <naveen.kumar.saini@intel.com> | 2021-10-22 15:12:46 +0800 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@intel.com> | 2021-10-25 22:00:32 +0800 |
| commit | fca80fae34f06c42405e45c3895e6958a7a176e0 (patch) | |
| tree | 9b21f303f613c2fce4b402674da775bf2ac8c945 | |
| parent | 100599a067efce42bff490f45a4327e2bd43db73 (diff) | |
| download | meta-intel-16.0-honister-3.4.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.bb | 3 |
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 | " |
| 38 | EXTRA_OECMAKE:append:class-native = " -DNEO_DISABLE_BUILTINS_COMPILATION=ON" | ||
| 39 | |||
| 40 | EXTRA_OECMAKE:append:class-target = " \ | 39 | EXTRA_OECMAKE:append:class-target = " \ |
| 41 | -Dcloc_cmd_prefix=ocloc \ | 40 | -Dcloc_cmd_prefix=ocloc \ |
| 42 | " | 41 | " |
