summaryrefslogtreecommitdiffstats
path: root/dynamic-layers
Commit message (Collapse)AuthorAgeFilesLines
...
* lms: upgrade 2127.0.0.0 -> 2141.0.0.0Anuj Mittal2021-11-241-1/+1
| | | | | | | Release notes: https://github.com/intel/lms/releases/tag/v2141.0.0.0 Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onednn: upgrade 2.4 -> 2.4.4Anuj Mittal2021-11-241-1/+1
| | | | | | | Release notes: https://github.com/oneapi-src/oneDNN/releases/tag/v2.4.4 Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* rkcommon: upgrade 1.7.0 -> 1.8.0Anuj Mittal2021-11-241-1/+1
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* level-zero: upgrade 1.5.4 -> 1.6.2Anuj Mittal2021-11-241-2/+23
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* embree: upgrade 3.13.1 -> 3.13.2Anuj Mittal2021-11-241-1/+1
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* open-model-zoo: upgrade 2021.4.1 -> 2021.4.2Anuj Mittal2021-11-191-1/+1
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* openvino-model-optimizer: upgrade 2021.4.1 -> 2021.4.2Anuj Mittal2021-11-191-1/+1
| | | | | | | Release notes for 2021.4 LTS are at: https://www.intel.com/content/www/us/en/developer/articles/release-notes/openvino-2021-4-lts-relnotes.html Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* openvino-inference-engine: upgrade 2021.4.1 -> 2021.4.2Anuj Mittal2021-11-191-6/+6
| | | | | | | Release notes for 2021.4 release are at: https://www.intel.com/content/www/us/en/developer/articles/release-notes/openvino-2021-4-lts-relnotes.html Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* ipmctl: dont install /var/log/ipmctlAnuj Mittal2021-11-051-0/+6
| | | | | | | | | | OE-Core now has a QA check to see if /var/log is empty. Since /var/log is usually a symlink to /var/volatile/log, anything installed here won't actually be available. Remove the directory. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-oneapi-mkl: add recipe for mkl library (runtime only)Vtiurina, Mariia2021-11-031-0/+39
| | | | | | | | | | Intel® oneAPI Math Kernel Library (oneMKL) runtime library. For more details, see: https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl.html Signed-off-by: Mariia Vtiurina <mariia.vtiurina@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-oneapi-compiler: add recipe for compiler (runtime only)Vtiurina, Mariia2021-11-031-0/+53
| | | | | | | | | | Intel® oneAPI DPC++/C++ Compiler & Intel® C++ Compiler Classic runtime. For more details, see: https://www.intel.com/content/www/us/en/developer/tools/oneapi/dpc-compiler.html Signed-off-by: Mariia Vtiurina <mariia.vtiurina@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* level-zero: allow to generate empty packageNaveen Saini2021-11-031-0/+1
| | | | | | | | | | | | | | Currently empty level-zero-dev package is being generated, which has dependency on level-zero package. On enabling 'dev-pkgs' in IMAGE_FEATURES, install level-zero-dev package, which throws dependency conflict error. Problem: conflicting requests - nothing provides level-zero = 1.5.4-r0 needed by level-zero-dev-1.5.4-r0.corei7_64 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* meta: add explicit branch and protocol to SRC_URIAnuj Mittal2021-11-0314-17/+17
| | | | | | | | | Add branch name explicitly to SRC_URI where it's not defined and switch to using https protocol for Github projects. The change was made using convert_srcuri script for OE-Core. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-oneapi-ipp: upgrade 2021.3 -> 2021.4Vtiurina, Mariia2021-11-021-7/+7
| | | | | | | | | | The recipe for Intel OneAPI IPP library version 2021.4.0. IPP is an extensive library of ready-to-use, domain-specific functions that are highly optimized for diverse Intel architectures. Signed-off-by: Mariia Vtiurina <mariia.vtiurina@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-graphics-compiler: add PACKAGECONFIG for VectorCompilerNaveen Saini2021-10-251-6/+7
| | | | | | | Allow users to disable it but enable by default. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* llvm-project-source/10.0.1: backport fixes from LLVM 11Anuj Mittal2021-10-214-0/+3033
| | | | | | | | | | | Include a fix and two supporting patches from LLVM 11 to fix problems with double registration while both clang-cpp and llvm lib are linked (like in case of opencl-clang). | CommandLine Error: Option 'mc-relax-all' registered more than once! | LLVM ERROR: inconsistency in registered CommandLine options Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-oneapi-ipp: add recipe for Intel OneAPI IPP library (runtime only)Vtiurina, Mariia2021-10-211-0/+42
| | | | | | | | | | The initial version of the recipe for Intel OneAPI IPP library. IPP is an extensive library of ready-to-use, domain-specific functions that are highly optimized for diverse Intel architectures. Signed-off-by: Mariia Vtiurina <mariia.vtiurina@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* Remove support for gatesgarthAnuj Mittal2021-10-1312-9653/+1
| | | | | | | Building with oe-core gatesgarth is no longer supported. Remove from LAYERSERIES_COMPAT and remove the LLVM 11 patches as well. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-graphics-compiler: enable VectorCompilerAnuj Mittal2021-10-132-1/+41
| | | | | | | | Use the option to use Khronos translator instead of the pre-built SPIRVDLL with VC. Also have the native recipe install a binary needed for the target builds. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* lms: add pkgconfig-native to DEPENDSAnuj Mittal2021-10-121-1/+1
| | | | | | | | | | Since oe-core commit 8e26252b45b (layer.conf: Extend recipes not to install without explict dependencies), some dependencies now need to be explicit. lms needs pkgconfig-native so add it to DEPENDS. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* ipmctl: add DEPENDS on pkgconfig-nativeAnuj Mittal2021-10-121-1/+1
| | | | | | | | | | Since oe-core commit 8e26252b45b (layer.conf: Extend recipes not to install without explict dependencies), some dependencies now need to be explicit. ipmctl needs pkgconfig-native so add it to DEPENDS. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-compute-runtime: upgrade 21.37.20939 -> 21.40.21182Anuj Mittal2021-10-121-1/+1
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onednn: upgrade 2.3.2 -> 2.4Anuj Mittal2021-10-121-3/+2
| | | | | | | | | Release notes: https://github.com/oneapi-src/oneDNN/releases/tag/v2.4 Remove reference to Mathjax license as it's no longer used. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* ipmctl: upgrade 03.00.00.0369 -> 03.00.00.0387Anuj Mittal2021-10-122-25/+16
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* level-zero: upgrade 1.4.1 -> 1.5.4Anuj Mittal2021-10-111-1/+1
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* ospray: upgrade 2.7.0 -> 2.7.1Anuj Mittal2021-10-111-1/+1
| | | | | | | Release notes: https://github.com/ospray/ospray/releases/tag/v2.7.1 Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* openvkl: upgrade 1.0.0 -> 1.0.1Anuj Mittal2021-10-111-1/+1
| | | | | | | | | | - Fixed issue in `structuredRegular` and `vdb` interval iterators that could lead to erroneous initial intervals for certain ray inputs - Fixed handling of `intervalResolutionHint` interval iterator context parameter for `amr`, `particle`, and `unstructured` volumes with small numbers of cells / primitives Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* open-model-zoo: upgrade 2021.4 -> 2021.4.1Anuj Mittal2021-10-111-1/+1
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* openvino-model-optimizer: upgrade 2021.4 -> 2021.4.1Anuj Mittal2021-10-111-1/+1
| | | | | | | Release notes: https://software.intel.com/content/www/us/en/develop/articles/openvino-2021-4-lts-relnotes.html Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* openvino-inference-engine: upgrade 2021.4 -> 2021.4.1Anuj Mittal2021-10-111-1/+1
| | | | | | | Release notes: https://software.intel.com/content/www/us/en/develop/articles/openvino-2021-4-lts-relnotes.html Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-compute-runtime: upgrade 21.33.20678 -> 21.37.20939Anuj Mittal2021-10-073-141/+27
| | | | | | Disable built-ins compilation when building for native. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-graphics-compiler: upgrade 1.0.8365 -> 1.0.8744Anuj Mittal2021-10-076-2933/+56
| | | | | | | | Build vc-intrintics as part of this project as igc expects it to. Remove the LLVM fixes as they are all available upstream now. Also depend on -native for invoking elf_packager. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* Revert "intel-graphics-compiler: upgrade 1.0.8365 -> 1.0.8708"Anuj Mittal2021-10-043-2/+2835
| | | | | | This reverts commit 8a1fb876b05a6c66e26dd2e42dee6f19bcfbd421. The upgrade doesn't build properly and needs re-work.
* intel-graphics-compiler: upgrade 1.0.8365 -> 1.0.8708Anuj Mittal2021-09-303-2835/+2
| | | | | | | | | Remove patches that are not required now. IGC_BUILD__USE_KHRONOS_SPIRV_TRANSLATOR has been renamed so it wasn't taking effect. Remove the option for now. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* vc-intrinsics: update to include latest commitsNaveen Saini2021-09-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | It includes: a2f2f10 Fix Cmake Error 6221091 Fix llvm verifier assertion 2bbb573 Add missing header fd9bf4b Wrap AttributeList::hasFnAttr 90113a5 add intrinsic to represent visa madw instr 4e3870d Revert "Introduce new vc intrinsic to access timestamp register" 0bf761e Mark lit tests as XFAIL for llvm 14 (tot) 05d3f3d Add global variables support to GenXSingleElementVector pass 43b1af8 Fix typo in GenXIntrinsics/CMakeLists.txt 185f382 update copyright headers update Python copyright to PEP8 style 63cbfe0 update MIT copyright headers f45e04c Introduce new vc intrinsic to access timestamp register d9ffe1f (origin/dpcpp_staging) Add intrinsics for bindless buffers support 6d29de3 update comment format of rst copyright headers b976b83 introduce bf_cvt intrinsic Udated LIC_FILES_CHKSUM, due to reformating and restructuing of copyright notice header. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* opencl-clang/13.0.0: add recipeNaveen Saini2021-09-031-0/+15
| | | | | | | | Build opencl-clang with llvm-13 and point to latest from ocl-open-130 branch. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* opencl-clang: restructureNaveen Saini2021-09-034-69/+34
| | | | | | | Restructured recipes, having common code in .inc Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* opencl-clang/12.0.0: build with llvm-12 onlyNaveen Saini2021-09-031-1/+1
| | | | | | | | Recipe for opencl-clang/13.0.0 is being added to build against LLVM-13 and higer. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* open-model-zoo: upgrade 2021.3 -> 2021.4Naveen Saini2021-09-012-18/+14
| | | | | | | https://github.com/openvinotoolkit/open_model_zoo/releases/tag/2021.4 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* ipmctl: upgrade 03.00.00.0341 -> v03.00.00.0369Naveen Saini2021-09-011-1/+1
| | | | | | | https://github.com/intel/ipmctl/releases/tag/v03.00.00.0369 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-graphics-compiler: LLVM 13 fixesZoltán Böszörményi2021-08-272-0/+440
| | | | | | | | Also add CXXFLAGS=-Wno-error=deprecated-declarations, to turn some deprecated LLVM API usage from warnings to errors. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* llvm/10.0.0: apply ispc recommended patchesNaveen Saini2021-08-279-0/+657
| | | | | | | | | | ISPC recommends building LLVM 10 with some additional patches to work around some bugs in this version. Add those patches to our build as well. https://github.com/ispc/ispc/tree/v1.16.1/llvm_patches Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* llvm/11.0.0: apply ispc recommended patchesNaveen Saini2021-08-273-0/+144
| | | | | | | | | | ISPC recommends building LLVM 11 with some additional patches to work around some bugs in this version. Add those patches to our build as well. https://github.com/ispc/ispc/tree/v1.16.1/llvm_patches Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* llvm/12.0.0: apply ispc recommended patchesNaveen Saini2021-08-273-0/+104
| | | | | | | | | | ISPC recommends building LLVM 12 with some additional patches to work around some bugs in this version. Add those patches to our build as well. https://github.com/ispc/ispc/tree/v1.16.1/llvm_patches Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* oidn: fix upstream checkAnuj Mittal2021-08-271-0/+2
| | | | | | Parse the github releases page instead to check the latest version. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* openvino-model-optimizer: upgrade 2021.3 -> 2021.4Anuj Mittal2021-08-271-2/+4
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* openvino-inference-engine: upgrade 2021.3 -> 2021.4Anuj Mittal2021-08-277-225/+360
| | | | | | | | | | Refresh patches and add zlib to DEPENDS. Also fetch pybind11 as it's needed by ngraph. Release notes: https://software.intel.com/content/www/us/en/develop/articles/openvino-2021-4-lts-relnotes.html Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* compute-runtime: move up to the commit for ADL-P supportDongwon Kim2021-08-261-1/+1
| | | | | | | | new compute-runtime code base including ADL-P support and one more ADL-S sku with dev id of 0x4690 Signed-off-by: Dongwon Kim <dongwon.kim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* ospray: upgrade 2.6.0 -> 2.7.0Anuj Mittal2021-08-251-4/+6
| | | | | | | | | | Disable building of benchmark and test tools for now as they need external dependencies. Release notes: https://github.com/ospray/ospray/releases/tag/v2.7.0 Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* ospray: fix upstream checkAnuj Mittal2021-08-251-0/+2
| | | | | | Make sure that we match only the tags with proper version numbers. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>