summaryrefslogtreecommitdiffstats
path: root/dynamic-layers
Commit message (Collapse)AuthorAgeFilesLines
* openvino-inference-engine/openvino-model-optimizer: update to the latest versionLiweiSong2021-06-152-2/+2
| | | | | | | | | | | Update openvino to the latest one c5f7ad383e65 ("Fix license header in Movidius sources") since it is include a important license change from Intel private License to Apache2.0 which is allowed external user to disclose it without limit. Signed-off-by: Liwei Song <liwei.song@windriver.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* openvino-inference-engine: upgrade 2021.2 -> 2021.3Anuj Mittal2021-04-225-226/+232
| | | | | | | | | | Release notes: https://github.com/openvinotoolkit/openvino/releases/tag/2021.3 Remove a patch that isn't needed anymore and refresh the rest. Remove dependency on onednn as it's using a forked version. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* openvino-model-optimizer: upgrade 2021.2 -> 2021.3Anuj Mittal2021-04-221-2/+2
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* open-model-zoo: upgrade 2021.2 -> 2021.3Anuj Mittal2021-04-222-17/+20
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* lms: upgrade 2102.1.0.0 -> 2109.0.0.0Anuj Mittal2021-04-161-1/+1
| | | | | | | Release notes: https://github.com/intel/lms/releases/tag/v2109.0.0.0 Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onednn: upgrade 2.1.1 -> 2.2.1Anuj Mittal2021-04-161-3/+3
| | | | | | | Release notes: https://github.com/oneapi-src/oneDNN/releases/tag/v2.2.1 Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* thermald: upgrade 2.4.3 -> 2.4.4Anuj Mittal2021-04-161-1/+1
| | | | | | | Release notes: https://github.com/intel/thermal_daemon/blob/v2.4.4/README.txt#L114 Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* ipmctl: support CRLF line endings in EDK2Robi Buranyi2021-04-131-5/+5
| | | | | | | | | | | | The EDK2 sources are DOS-style on server (contains CRLF) and this may cause interop issues on Linux machines (patches do not apply clean) The standard solution is to use the "dos2unix" bbclass, but that can modify only files under the ${S} folder - meaning we have to move the edk2 checkout folder from ${S}/../edk2 to ${S}/edk2. Also, the LICENSE file checksum is going to be impacted by the dos2unix conversion. Signed-off-by: Robi Buranyi <rburanyi@google.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* opencl-clang: move up to the version for igc-1.0.6646Dongwon Kim2021-04-091-1/+1
| | | | | | | | Need to move up to newer commit for opencl-clang that matches to the current igc (1.0.6466). Signed-off-by: Dongwon Kim <dongwon.kim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* llvm-project-source: backport OpenCL recommended patchesNaveen Saini2021-04-088-2/+17788
| | | | | | | | | | | | | | | | | Updating SPIRV-LLVM-Translator srcrev to latest commits for * llvm_releae_100 * llvm_release_110 Backport opencl-clang recommended llvm/clang patches. llvm-10: https://github.com/intel/opencl-clang/tree/ocl-open-100/patches llvm-11: https://github.com/intel/opencl-clang/tree/ocl-open-110/patches Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* ipmctl: upgrade 02.00.00.3869 -> 03.00.00.0302Naveen Saini2021-04-063-27/+105
| | | | | | | | Ref: https://github.com/intel/ipmctl/releases/tag/v03.00.00.0302 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-compute-runtime: remove DEPENDS on clangAnuj Mittal2021-04-011-1/+1
| | | | | | This is not a direct dependency and is not required. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-graphics-compiler: upgrade 1.0.6083 -> 1.0.6410Naveen Saini2021-04-014-4/+2880
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied from Open PR#171, in order to build with llvm-12. https://github.com/intel/intel-graphics-compiler/pull/171 Error logs: (1) | /build/tmp/work/corei7-64-poky-linux/intel-graphics-compiler/1.0.6410-r0/git/IGC/Compiler/CISACodeGen/VariableReuseAnalysis.hpp:83:56: error: 'unsigned int llvm::VectorType::getNumElements() const' is deprecated: Calling this function via a base VectorType is deprecated. Either call getElementCount() and handle the case where Scalable is true or cast to FixedVectorType. [-Werror=deprecated-declarations] | 83 | NumElts = VTy ? (short)VTy->getNumElements() : 1; Ref:https://github.com/llvm/llvm-project/commit/867de151a52b6d0750485ac1cf9b3bc012ee51fd (2) | /build/tmp/work/corei7-64-poky-linux/intel-graphics-compiler/1.0.6410-r0/git/IGC/common/igc_resourceDimTypes.h:69:23: error: 'const class llvm::Module' has no member named 'getTypeByName' | 69 | return module.getTypeByName(ResourceDimensionTypeName[resourceDimTypeId]); Ref: https://github.com/llvm/llvm-project/commit/fe431683484a3041e024ab2373bb707b1ca8d1cf Update copyright year in headers in IGC Compiler and some format updates. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* opencl-clang/12.0.0: add recipeNaveen Saini2021-04-011-0/+34
| | | | | | | | Build opencl-clang with llvm-12 and point to latest from ocl-open-120 branch. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* llvm-project-source: exclude for llvm-12Naveen Saini2021-04-011-5/+5
| | | | | | | | | | | | | meta-clang now builds llvm-spiv-translator as an external project for llvm12 so stop building it. It still need to be built for llvm-10 and llvm-11 though. Ref: https://github.com/kraj/meta-clang/commit/aa1ab889bcbb580f33151933d7ed44fd4a93f1bf Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* ipmctl: add recipeNaveen Saini2021-04-011-0/+27
| | | | | | | | | | | | | | | | | | | | ipmctl is a utility for configuring and managing IntelĀ® Optaneā„¢ Persistent Memory modules (PMem). It supports functionality to: * Discover PMems on the platform. * Provision the platform memory configuration. * View and update the firmware on PMems. * Configure data-at-rest security on PMems. * Track health and performance of PMems. * Debug and troubleshoot PMems. * ipmctl refers to the following interface components: libipmctl: An Application Programming Interface (API) library for managing PMems. ipmctl: A Command Line Interface (CLI) application for configuring and managing PMems from the command line. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* thermald: upgrade 2.4.2 -> 2.4.3Anuj Mittal2021-03-241-1/+1
| | | | | | | Release 2.4.3: - Allow --ingore-cpuid-check to use with --adaptive option Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* level-zero: upgrade 1.1.0 -> 1.2.3Naveen Saini2021-03-241-1/+1
| | | | | | | | Release notes: https://github.com/oneapi-src/level-zero/releases/tag/v1.2.3 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onednn: upgrade 2.0 -> 2.1.1Naveen Saini2021-03-241-4/+3
| | | | | | | | | | | | | LICENSE updated. Added 'Copyright 2020 Codeplay Software Limited' Ref: https://github.com/oneapi-src/oneDNN/commit/5d63af1b4ace43c22433ae1f135b92e113a32082 LICENSE text removed from src/common/primitive_hashing.hpp. Release notes: https://github.com/oneapi-src/oneDNN/releases/tag/v2.1.1 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* lms: upgrade 2052.1.0.0 -> 2102.1.0.0Anuj Mittal2021-02-221-1/+1
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* thermald: upgrade 2.2 -> 2.4.2Naveen Saini2021-02-161-0/+42
| | | | | | | | | | | | | | | | | | | | | | | | | Fixed new dependencies failure. | automake: error: cannot open < gtk-doc.make: No such file or directory | autoreconf: error: automake failed with exit status: 1 | checking for upower-glib... no | configure: error: Package requirements (upower-glib) were not met: | | No package 'upower-glib' found | checking for libevdev... no | configure: error: Package requirements (libevdev) were not met: | | No package 'libevdev' found upower library recipe comes from meta-openembedded/meta-oe layer, so moved recipe to dyanmic-layer. Dropped patch, which is not requried anymore. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* lms: upgrade 2046.0.0.0 -> 2052.1.0.0Naveen Saini2021-02-091-1/+1
| | | | | Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* level-zero: upgrade 1.0.26 -> 1.1.0Naveen Saini2021-02-091-1/+1
| | | | | Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* open-model-zoo: upgrade 2021.1 -> 2021.2Anuj Mittal2021-02-042-40/+2
| | | | | | | Drop a patch that has been merged and include another that was accidently left off during the last upgrade. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* openvino-inference-engine: enable opencl by defaultAnuj Mittal2021-02-031-1/+1
| | | | | | | Make sure that ClDNN runtime is built by default. This would need clang layer to be included as well. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-compute-runtime: upgrade 20.46.18421 -> 21.04.18912Naveen Saini2021-02-021-1/+1
| | | | | | | | Ref: https://github.com/intel/compute-runtime/releases/tag/21.04.18912 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-graphics-compiler: upgrade 1.0.5435 -> 1.0.6083Naveen Saini2021-02-022-18/+23
| | | | | | | | Refreshed patch. Drop VectorCompiler build config, which is not require anymore. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* vc-intrinsics: update to include latest commitsNaveen Saini2021-02-022-61/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It includes: 77974f5 Wrap getTypeByName() to build with ToT LLVM 2de2dd4 Mangle intrinsic names 017cfcd Added predication for genx_masked_gather. 5032643 Add gather4_masked_scaled2 and gather_masked_scaled2 intrinsics a08fe5b Add internal llvm.genx.gaddr intrinsic for constant/global table support cf29e35 use a more strict version of cast operation in lowerUnmaskOps d2a2184 Use standard installation directory variables 7cbfe2e Allow OCL types without address convert in reader 410f50d Fix twice application of writer adaptor e42097e Add GENX_REWRITE_SEV environment variable for debug ca68b87 Rewrite single element vectors before spirv 008db27 Removing some whitespaces 3b2b67f Correct docs on gather/scatter scaled instructions 9bba8b5 Delete legacy intrinsics d684443 Add Instructions.h to llvmVCWrapper Add getNumElements func to llvmVCWrapper 4d724e3 CMCallable attribute conversion in AdaptorCM 73b335b Add Alignment.h to llvmVCWrapper 04d4900 Ignore non-vc kernels in reader type translation b3f075d Remove SPIRVMemoryModel setting in GenXSPIRVWriterAdaptor eabcd20 Add jump_table intrinsic 82711ce Fix to make lit tests pass for llvm7: forward isVolatile arg explicitly when creating load/store 6506440 add missing default initializer to CMSimdCFLower member 9a03e3e Fix for problem with incorrect MD in LLVM IR 4515d60 avoid returning potentially-unitialized value 414153d Fix for wrr predication if new value is a result of a bitcast 77974f5 (HEAD -> master, origin/master, origin/HEAD) Wrap getTypeByName() to build with ToT LLVM 2de2dd4 Mangle intrinsic names 017cfcd Added predication for genx_masked_gather. 5032643 Add gather4_masked_scaled2 and gather_masked_scaled2 intrinsics a08fe5b Add internal llvm.genx.gaddr intrinsic for constant/global table support cf29e35 use a more strict version of cast operation in lowerUnmaskOps d2a2184 Use standard installation directory variables 7cbfe2e Allow OCL types without address convert in reader 410f50d Fix twice application of writer adaptor e42097e Add GENX_REWRITE_SEV environment variable for debug ca68b87 Rewrite single element vectors before spirv 008db27 Removing some whitespaces 3b2b67f Correct docs on gather/scatter scaled instructions 9bba8b5 Delete legacy intrinsics d684443 Add Instructions.h to llvmVCWrapper Add getNumElements func to llvmVCWrapper 4d724e3 CMCallable attribute conversion in AdaptorCM 73b335b Add Alignment.h to llvmVCWrapper 04d4900 Ignore non-vc kernels in reader type translation b3f075d Remove SPIRVMemoryModel setting in GenXSPIRVWriterAdaptor eabcd20 Add jump_table intrinsic 82711ce Fix to make lit tests pass for llvm7: forward isVolatile arg explicitly when creating load/store 6506440 add missing default initializer to CMSimdCFLower member 9a03e3e Fix for problem with incorrect MD in LLVM IR 4515d60 avoid returning potentially-unitialized value 414153d Fix for wrr predication if new value is a result of a bitcast 23d4b41 Add SPIRV writer adaptor types translation 9eda835 Deduced number of channels under SIMD CFG for functions which use genx_replicate_mask attribute 3b3f9d9 Add llvm version to test features e13f274 Fix wrong address space for sampler type in reader 5829ad6 Fix missing compatibility with old translator in GenXSPIRVReaderAdaptor.cpp 3a287f5 Add GetOldStyleKernelMD function to GenXMetadata.h 60dec9a Uniform GenXMetadata.h with AdaptorsCommon.h ec7de0b Move SPIRV-specific parameters to AdaptorsCommon.h b869876 Use consume_front in SPIRV reader adaptor 2bb7a70 Fix SPIRV reader adaptor mistranslation of non-global pointers 40db2bb Add SPIRV reader adaptor types translation 65b7d2b Add more correct wrapper for global value address space 2e496ce Synchronize repository Drop patch, which is already merged and avaialble. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* opencl-clang: update to include latest commitsNaveen Saini2021-02-021-1/+1
| | | | | | | | | | | | | | | | It includes: c67648d Merge pull request #226 from hewj03/ocl-open-110 7ff6cf2 Remove "spirv work-item builtin debug-info patch" 8353f4d Extend llvm_shutdown to fix ManagedStatic memleak 05fd5aa Merge pull request #220 from azabazno/opencl_30_nosvm_2 70f45fb Keep same error for 2.0 1aed7d7 OpenCL C 3.0 patch update: allow nosvm attribute for 3.0 dbddfc2 Merge pull request #214 from lwesiers/ocl-open-110 7fc8e28 Fix typo 0442aee Improved patching mechanism and printing logs Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* llvm-project-source: update to include latest commitsNaveen Saini2021-02-021-1/+1
| | | | | Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-graphics-compiler: set preferred LLVM version to 11.1.0Naveen Saini2021-02-011-1/+1
| | | | | | | | Ref: https://github.com/kraj/meta-clang/commit/67a7cad4bb48ef569b4eeb4b3c923133d2d422a6 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* opencl-clang: set preferred LLVM version to 11.1.0Naveen Saini2021-02-011-0/+1
| | | | | | | Ref:https://github.com/kraj/meta-clang/commit/67a7cad4bb48ef569b4eeb4b3c923133d2d422a6 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* lms: upgrade 2039.1.0.0 -> 2046.0.0.0Naveen Saini2021-01-211-1/+1
| | | | | Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* level-zero: upgrade 1.0.22 -> 1.0.26Anuj Mittal2021-01-211-1/+1
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* openvino-model-optimizer: upgrade 2021.1 -> 2021.2Anuj Mittal2020-12-301-2/+2
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* openvino: upgrade 2021.1 -> 2021.2Anuj Mittal2020-12-295-227/+125
| | | | | | | | | | For release notes, see: https://software.intel.com/content/www/us/en/develop/articles/openvino-relnotes.html Refresh patches and use the now available option to build against system version of pugixml. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onednn: upgrade 1.6.4 -> 2.0.0Anuj Mittal2020-12-161-4/+4
| | | | | | License-Update: change in copyright years and third party programs. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* level-zero: upgrade 1.0.16 -> 1.0.22Anuj Mittal2020-12-151-1/+1
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-compute-runtime: upgrade 20.45.18403 -> 20.46.18421Anuj Mittal2020-11-271-1/+1
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* lms: upgrade 2022.0.0.0 -> 2039.1.0.0Anuj Mittal2020-11-273-68/+1
| | | | | | Drop the patches that are no longer required. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* level-zero: upgrade 1.0.13 -> 1.0.16Anuj Mittal2020-11-261-1/+1
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-compute-runtime: upgrade 20.40.18075 -> 20.40.18403Anuj Mittal2020-11-212-8/+8
| | | | | | | Release notes: https://github.com/intel/compute-runtime/releases/tag/20.45.18403 Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-graphics-compiler: upgrade 1.0.5176 -> 1.0.5435Anuj Mittal2020-11-212-15/+16
| | | | | | | Release notes: https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.5435 Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* Revert "intel-graphics-compiler: switch to nobranch"Anuj Mittal2020-11-121-1/+1
| | | | | | | | | This reverts commit 3cf8482e432e5daf0b75394152e2c229b3a08d36. The issues have since been fixed upstream and the tree has been restored. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-graphics-compiler: switch to nobranchNaveen Saini2020-11-051-1/+1
| | | | | Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* opencl-clang: update to release tag 11.0.0Naveen Saini2020-11-051-1/+1
| | | | | | | | For more info: https://github.com/intel/opencl-clang/releases/tag/v11.0.0 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-graphics-compiler: disable vector compiler optionNaveen Saini2020-11-051-1/+1
| | | | | | | | | | | | IGC has a copy of legacy spirv translator and additional patcheset to produce spirv shared object (libSPIRVDLL.so) to support Vector compiler. But we build spirv externally and link, which does not provide spirv shared object (libSPIRVDLL.so). Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* open-model-zoo: switch shebang to python3Changqing Li2020-11-022-0/+39
| | | | | | | python2 is EOL, so switch shebang to python3 Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* lms: add PACKAGECONFIG to select network managerAnuj Mittal2020-10-281-1/+6
| | | | | | | | | | | Allow users to select either ConnMan or Network Manager. Also fixes an issue introduced because of a recent change in 2022.0.0.0 that removed the build time check in favor of explicit options to select the right network manager [1]. [1] https://github.com/intel/lms/commit/1b8fa452644bdedcdd80d3c8741f73ef8191d439 Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* llvm-project-source: update to release tag llvm 11.0.0Naveen Saini2020-10-281-1/+1
| | | | | Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>