summaryrefslogtreecommitdiffstats
path: root/dynamic-layers
Commit message (Collapse)AuthorAgeFilesLines
* openvino-inference-engine: change branch name master -> mainkirkstoneYogesh Tyagi2024-03-281-1/+1
| | | | | | | | master branch for oneDNN has been renamed to main so make the change in SRC_URI to avoid build failures. Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* ipmctl : upgrade 03.00.00.0438 -> 03.00.00.0485Anuj Mittal2023-10-173-22/+63
| | | | | | Refresh patches and switch to using master branch. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onednn: upgrade 2.6.1 -> 2.6.3Anuj Mittal2023-08-291-1/+1
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* opencl-clang/14.0: update to latestYogesh Tyagi2023-08-255-40/+45
| | | | | | | | | | | | Drop patch 0001-don-t-redefine-LLVM_TABLEGEN_EXE.patch which is not needed anymore Backport a fix from main branch to fix build issues. Move do_install:append:class-native to individual recipe Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* ispc: fix run_tests.py test scriptNaveen Saini2023-05-192-0/+43
| | | | | | | | | | | | Some testcases are currently failing with following error: /usr/bin/x86_64-poky-linux-ld: ./tests/static-array-init-1.ispc.o: relocation R_X86_64_32S against `.rodata.cst16' can not be used when making a PIE object; recompile with -fPIE /usr/bin/x86_64-poky-linux-ld: failed to set dynamic section sizes: bad value Backport patch. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* openvkl: disable avx ISAs for intel-corei7-64 machineNaveen Saini2023-05-191-0/+6
| | | | | | | | | | | | | It enables them by default instead of checking based on what is supported. openvklTest throws following error: SIGILL - Illegal instruction signal Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> (cherry picked from commit 2b37e2a69cfe0a46c3f52c7f333a9a60b03dcdc3) Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* ispc: fix recipeNaveen Saini2023-05-172-2/+44
| | | | | | | | | | | | | | | | | | | | | | | | There are few problems in current recipe: (1) ispc needs to invoke native llvm-config from target sysroot to list LLVM lib libraries. clang already provides crossscripts/llvm-config, which does the job. However, using LLVM_TOOLS_BINARY_DIR leads to wrong llvm-config being used. So remove it from search path for llvm-config. (2) Error: ispc/1.17.0-r0/recipe-sysroot-native/usr/bin/x86_64-poky-linux/x86_64-poky-linux-ld: ispc/1.17.0-r0/recipe-sysroot-native/usr/lib/libclang-cpp.so: undefined reference to `std::condition_variable::wait(std::unique_lock<std::mutex>&)@GLIBCXX_3.4.30' error: linker command failed with exit code 1 (use -v to see invocation) Native libraries were being linked to target libraries leading to this failure. Fix and cleanup DEPENDS/RDEPENDS. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* embree : upgrade 3.13.4 -> 3.13.5Yogesh Tyagi2023-05-021-3/+2
| | | | | | | | | | Release Notes: https://github.com/embree/embree/releases/tag/v3.13.5 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> (cherry picked from commit 948757b8f6064043c2c1671fa02fa834d86a042c) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* embree : upgrade 3.13.3 -> 3.13.4Yogesh Tyagi2023-05-021-1/+1
| | | | | | | | | | Release Notes: https://github.com/embree/embree/releases/tag/v3.13.4 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> (cherry picked from commit 76042df23c4a451e6e1fc2bd07f969a1d5b438fc) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* openvino-inference-engine: upgrade 2022.1 -> 2022.1.1Anuj Mittal2023-03-103-145/+48
| | | | | | | | | | | Enable an option that's is available now to use TBB from system and refresh patches accordingly. This version also switches to using system installed OpenCV and Intel version is not included. Release notes: https://github.com/openvinotoolkit/openvino/releases/tag/2022.1.1 Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* vc-intrinsics: add nobranch=1 in SRC_URIAnuj Mittal2022-11-011-1/+1
| | | | | | | | Upstream has force pushed master and the commit we were fetching is no longer present on that branch. Remove the branch parameter and switch to using nobranch to continue using that commit. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-graphics-compiler: add nobranch=1 in SRC_URIAnuj Mittal2022-09-191-1/+1
| | | | | | | | Upstream has force pushed master and the commit we were fetching is no longer present on that branch. Remove the branch parameter and switch to using nobranch to continue using that commit. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onednn: turn on PACKAGECONFIG for GPU engineAnuj Mittal2022-08-121-1/+1
| | | | | | | Build OCL GPU engine by default now that compute runtime works with latest LLVM. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onednn : Upgrade 2.6 -> 2.6.1Yogesh Tyagi2022-08-121-1/+1
| | | | | | | | | | Release Notes: https://github.com/oneapi-src/oneDNN/releases/tag/v2.6.1 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> (cherry picked from commit 97ac7b761e72c4ffcf98b7a16bbeba8acdcd06e2) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-compute-runtime: upgrade 22.23.23405 -> 22.31.23852Anuj Mittal2022-08-121-1/+1
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* openvino-inference-engine: enable GPU pluginAnuj Mittal2022-08-101-5/+1
| | | | | | | Enable back opencl PACKAGECONFIG as igc and compute runtime can compile and work with LLVM 14 now. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-graphics-compiler: upgrade 1.0.11378 -> 1.0.11702.1Anuj Mittal2022-08-101-3/+3
| | | | | | | | Update vc-intrinsics to v0.5.0 tag. This release includes support for LLVM14. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-compute-runtime: upgrade 22.22.23355 -> 22.23.23405Anuj Mittal2022-08-101-1/+1
| | | | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> (cherry picked from commit 5ffac669962e858b528068ae9f5396ac7d7f5a53) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-graphics-compiler: upgrade 1.0.11279 -> 1.0.11378Anuj Mittal2022-08-102-449/+1
| | | | | | | | Remove the backported patch. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> (cherry picked from commit 2f913cdb3671a32f0fbcf84e40e8640689deae33) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-compute-runtime: upgrade 22.11.22682 -> 22.22.23355Anuj Mittal2022-06-131-2/+1
| | | | | | | | Remove upstreamed patch and revert to default for built-ins compilation. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> (cherry picked from commit 66f4ff0083848599071230fcbc23118bb606b5b4) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-graphics-compiler: upgrade 1.0.10395 -> 1.0.11279Anuj Mittal2022-06-139-161/+493
| | | | | | | | | | | | * Remove upstreamed patches and refresh others. * Include the LICENSE.md file and remove the cpp file which just points to MIT license. * Update the license to MIT and Apache-2.0 * Install vcb tool from -native recipe. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> (cherry picked from commit 7cd06a4a7151341fca82a08b5f820fae6504d409) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* openvino-inference-engine: change branch name master -> mainNaveen Saini2022-06-071-1/+1
| | | | | | | | | Upstream json-schema-validator has made 'main' as default branch. https://github.com/pboettch/json-schema-validator.git Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* level-zero: remove devtool commentsAnuj Mittal2022-06-031-21/+0
| | | | | | | We missed removing the comments added by devtool while doing the upgrade. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-graphics-compiler: define SRCREV_FORMATAnuj Mittal2022-05-191-0/+2
| | | | | | | | | Since this fetches multiple repositories, define SRCREV_FORMAT so SRCPV is expanded properly. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> (cherry picked from commit a678464d4dfef6ccc23aeb0ef7f84aa69cb2e107) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onednn: upgrade 2.5.3 -> 2.6Naveen Saini2022-05-061-2/+2
| | | | | Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* ipmctl: upgrade 03.00.00.0432 -> 03.00.00.0438Naveen Saini2022-05-061-1/+1
| | | | | Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* ispc: disable build for Windows, android and other targetsNaveen Saini2022-04-221-0/+5
| | | | | Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-oneapi-compiler: use ocl-icd instead of opencl-icd-loaderNaveen Saini2022-04-221-1/+1
| | | | | | | | | | | | | Both ocl-icd and opencl-icd-loader provides OpenCL library. Currently openvino uses ocl-icd, which causes conflict with opencl-icd-loader while packaging. So using ocl-icd instead. Error: file /usr/lib/libOpenCL.so.1 conflicts between attempted installs of opencl-icd-loader-v2022.01.04+git0+169f05d026-r0.skylake_64 and libopencl1-2.3.1-r0.skylake_64 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* llvm-project-source: refresh patchesAnuj Mittal2022-04-206-40/+5033
| | | | | | | Refresh the patches as recommended by the opencl-clang and include support for OpenCL 3.0. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* ipmctl: upgrade 03.00.00.0429 -> 03.00.00.0432Naveen Saini2022-04-151-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.7.9 -> 1.7.15Naveen Saini2022-04-151-1/+1
| | | | | Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* vc-intrinsics: update to latestAnuj Mittal2022-04-131-2/+5
| | | | | | Use the revision just beyond newly created 0.1.0 tag and bump PE. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* open-model-zoo: upgrade 2021.4.2 -> 2022.1Anuj Mittal2022-04-133-75/+61
| | | | | | | The project now is able to locate the required package and libraries correctly so no need to pass flags to cmake. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* thermald: upgrade to v2.4.9Naveen Saini2022-04-131-1/+1
| | | | | Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* openvino-model-optimizer: upgrade 2021.4.2 -> 2022.1Anuj Mittal2022-04-131-9/+5
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* openvino-inference-engine: upgrade 2021.4.2 -> 2022.1Anuj Mittal2022-04-137-787/+682
| | | | | | | | | | Refresh patches, update dependencies and licenses for the new components. Release notes: https://github.com/openvinotoolkit/openvino/releases/tag/2022.1.0 Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* opencl-clang: upgrade 13.0.0 -> 14.0.0Anuj Mittal2022-04-051-2/+2
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* Remove support for building with LLVM 10Anuj Mittal2022-04-0527-14760/+0
| | | | | | | We no longer support building with older branches of OE-Core/meta-clang so remove LLVM 10 specific configurations and patches. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* ospray: add COMPATIBLE_HOST to fix build errorDavide Gardenal2022-04-053-0/+3
| | | | | | | | Add COMPATIBLE_HOST to ospray, embree, openvkl to fix build error when using musl, caused glfw dependecy Signed-off-by: Davide Gardenal <davide.gardenal@huawei.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* open-model-zoo: add COMPATIBLE_HOST to fix build errorDavide Gardenal2022-04-051-0/+1
| | | | | | | | Add COMPTIBLE_HOST to fix a build error when using musl, due to openvino-inference-engine dependency Signed-off-by: Davide Gardenal <davide.gardenal@huawei.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* compute-runtime: version update from 22.08.22549 to 22.11.22682Dongwon Kim2022-03-241-1/+1
| | | | | Signed-off-by: Dongwon Kim <dongwon.kim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-graphics-compiler: fix compile issuesAnuj Mittal2022-03-223-0/+50
| | | | | | | | | | | | Backport patches to fix compile problems like: | /build/build/tmp/work/corei7-64-poky-linux/intel-graphics-compiler/1.0.10395-r0/git/visa/LocalScheduler/SWSB_G4IR.cpp:1459:49: error: expected primary-expression before 'int' | 1459 | int maxTokenDelay = std::numeric_limits<int>::min(); //The delay may cause if reuse | | ^~~ | /build/build/tmp/work/corei7-64-poky-linux/intel-graphics-compiler/1.0.10395-r0/git/visa/LocalScheduler/SWSB_G4IR.cpp:1460:37: error: 'numeric_limits' is not a member of 'std' | 1460 | int minTokenDistance = std::numeric_limits<int>::max(); //The distance from the reused node Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* oidn: upgrade 1.4.1 -> 1.4.3Ezhilarasan2022-03-212-4/+43
| | | | | | | | | | License-Update: copyright years refreshed Release notes: https://github.com/OpenImageDenoise/oidn/releases/tag/v1.4.3 Signed-off-by: Ezhilarasan <ezhilarasanx.s@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onednn: upgrade 2.5.2 -> 2.5.3Naveen Saini2022-03-071-1/+1
| | | | | Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* ospray: upgrade 2.8.0 -> 2.9.0Naveen Saini2022-03-071-3/+3
| | | | | | | | | | | | CMake variables changed in this release: OSPRAY_ENABLE_APPS_BENCHMARK replaces OSPRAY_APPS_BENCHMARK OSPRAY_ENABLE_APPS_TESTING replaces OSPRAY_APPS_TESTING Release notes can be found here: https://github.com/ospray/ospray/releases/tag/v2.9.0 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-compute-runtime: fix patch fuzzAnuj Mittal2022-03-071-11/+9
| | | | | | | | | | | | | | | | | | Fix warnings: | Applying patch allow-to-find-cpp-generation-tool.patch | patching file shared/source/built_ins/kernels/CMakeLists.txt | Hunk #1 succeeded at 94 with fuzz 2 (offset -6 lines). | Hunk #2 succeeded at 147 with fuzz 2 (offset 3 lines). | | The context lines in the patches can be updated with devtool: | | devtool modify intel-compute-runtime | devtool finish --force-patch-refresh intel-compute-runtime <layer_path> | | Don't forget to review changes done by devtool! Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* open-model-zoo: remove test-generator from DEPENDSAnuj Mittal2022-03-071-1/+0
| | | | | | This is no longer listed as a requirement. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* openvino-model-optimizer: remove test-generator from DEPENDSAnuj Mittal2022-03-071-1/+0
| | | | | | | It's used only for unit tests that we don't package or execute and has been removed from requirements.txt as well upstream. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* compute-runtime: version update from 21.40.21182 to 22.08.22549Dongwon Kim2022-03-042-4/+46
| | | | | Signed-off-by: Dongwon Kim <dongwon.kim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-graphics-compiler: version update from 1.0.8744 to 1.0.10395Dongwon Kim2022-03-043-10/+43
| | | | | Signed-off-by: Dongwon Kim <dongwon.kim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>