summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/clang-layer/recipes-core
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* 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>
* 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>
* 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>
* ipsc: upgrade 1.16.1 -> 1.17.0Ezhilarasan2022-03-024-51/+65
| | | | | | | | Release notes: https://github.com/ispc/ispc/releases/tag/v1.17.0 Signed-off-by: Ezhilarasan <ezhilarasanx.s@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onednn: upgrade 2.4.4 -> 2.5.2ezhilarasan s2022-02-121-2/+2
| | | | | | | | | | | | *Fixed performance regression in binary primitive with broadcast (b972174, ff75122). *Fixed issue with SYCL device properties initialization (cabc5ca, 095f13e). *Fixed issue in matmul primitive with zero points (3157354). *Fixed segmentation fault in depthwise convolution primitive for shapes with huge spatial size for processors with Intel AVX-512 support (6834764, 1d2addc). *Fixed issue in forward convolution primitive for processors with Intel AVX2 support (d691137). *Fixed performance regression on GPUs with SYCL runtime (d8364e5). Signed-off-by: ezhilarasan s <ezhilarasanx.s@intel.com> 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>
* meta: add explicit branch and protocol to SRC_URIAnuj Mittal2021-11-031-1/+1
| | | | | | | | | 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>
* 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>
* onednn: upgrade 2.2.3 -> 2.3.2Anuj Mittal2021-08-252-42/+3
| | | | | | | | | Release notes: https://github.com/oneapi-src/oneDNN/releases License-Update: Copyright years updated Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* ispc: upgrade 1.16.0 -> 1.16.1Anuj Mittal2021-08-171-2/+2
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* Convert to new override syntaxAnuj Mittal2021-07-312-4/+4
| | | | | | | Use the convert-overrides.py to convert to new syntax and manually fix some additional changes. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* ispc: add recipeNaveen Saini2021-07-034-0/+166
| | | | | | | | | | | | | | | | Intel(R) Implicit SPMD Program Compiler (Intel(R) ISPC) ispc is a compiler for a variant of the C programming language, with extensions for single program, multiple data programming. Under the SPMD model, the programmer writes a program that generally appears to be a regular serial program, though the execution model is actually that a number of program instances execute in parallel on the hardware. https://ispc.github.io/downloads.html https://github.com/ispc/ispc Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onednn: upgrade 2.2.2 -> 2.2.3Naveen Saini2021-06-031-1/+1
| | | | | Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onednn: refresh patchAnuj Mittal2021-05-111-6/+7
| | | | | | Refresh the gcc11 fix to avoid fuzz warnings. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onednn: fix failures with gcc 11Anuj Mittal2021-05-072-0/+38
| | | | | | | Backport a patch to fix: | error: no match for 'operator!=' (operand types are 'const std::thread::id' and 'const std::thread::id') Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onednn: upgrade 2.2.1 -> 2.2.2Anuj Mittal2021-05-071-1/+1
| | | | | | | Release notes: https://github.com/oneapi-src/oneDNN/releases/tag/v2.2.2 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>
* 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>
* 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>
* onednn: upgrade 1.5 -> 1.6.4Anuj Mittal2020-10-021-3/+3
| | | | | | | Release notes: https://github.com/oneapi-src/oneDNN/releases/tag/v1.6.4 Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onednn: upgrade 1.4 -> 1.5Anuj Mittal2020-06-223-74/+5
| | | | | | Remove patches that have been merged upstream. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onednn: link to recommended opencl headers and loaderNaveen Saini2020-06-111-1/+1
| | | | | | | ocl-icd provides required libOpenCL.so library. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onednn: add CMAKE_SKIP_RPATHAnuj Mittal2020-04-241-0/+1
| | | | | | | | dunfell has a change in cmake class that forces cmake to use relative RPATHs but when this recipe is used with zeus, we'd need to explicitly make sure that binaries don't have absolute paths. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* mkl-dnn: upgrade 1.2.2 -> 1.4Anuj Mittal2020-04-214-0/+139
The name of project has changed to oneDNN. Enable GPU engine to be built by default which would need clang layer to be included. Also include two minor fixes to install logic that have been submitted for review upstream. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>