summaryrefslogtreecommitdiffstats
path: root/recipes-opencl/igc/intel-graphics-compiler_1.0.6.bb
Commit message (Collapse)AuthorAgeFilesLines
* intel-graphics-compiler: build only when clang layer is includedAnuj Mittal2019-07-311-27/+0
| | | | | | | | igc needs components from LLVM and clang to be built. Move it to dynamic-layers/clang-layer so world builds don't fail when clang layer is not available. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-graphics-compiler: Fix build error with GCC9Naveen Saini2019-06-141-0/+1
| | | | | | | | | | GCC9 caused build failure. Fix backported from upstream. More information: https://github.com/intel/intel-graphics-compiler/commit/b95b2220ddd1d50b718cae6829d832a14ff60790 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-graphics-compiler: update to v1.0.6Naveen Saini2019-06-141-0/+26
In Licensing, IGC/Compiler/LegalizationPass.cpp has format chagnes and modification in Legalization::visitFCmpInstUndorderedFlushNan() function. For release changes, please check: https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.6 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>