summaryrefslogtreecommitdiffstats
path: root/recipes-oneapi/onedpl
Commit message (Collapse)AuthorAgeFilesLines
* meta-intel: reorganize recipes into correct logical groupsYogesh Tyagi2026-01-131-24/+0
| | | | | | | | | | | | | | | | | | | Reorganize meta-intel recipes to follow Yocto best practices and clear semantic boundaries between clang/SYCL components, BSP enablement, core OS policy, and generic support libraries. Key changes: - Move oneDPL into clang dynamic layer (SYCL / Clang-semantic dependency) - Move linux-npu-driver from recipes-core to recipes-bsp (platform enablement) - Move formfactor from recipes-bsp to recipes-core (system-wide OS policy) - Move intel-oneapi-ipp out of clang layer into recipes-oneapi (CPU-only, compiler-agnostic) - Move intel-crypto-mb from recipes-oneapi to recipes-support/crypto - Move intel-cmt-cat and metee from recipes-bsp to recipes-support This refactor improves layer clarity, avoids unnecessary clang coupling, and aligns recipe placement with Yocto conventions. Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
* recipes: Update to match S/UNPACKDIR changesYogesh Tyagi2025-07-041-2/+0
| | | | | | | | Update to match the recent changes in OE-Core where the unpack layout changed. [https://patchwork.yoctoproject.org/project/oe-core/patch/20250616095000.2918921-1-alex.kanavin@gmail.com/] Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* oneDPL : 2022.3.0 -> 2022.8.0Sudhir Sharma2025-05-151-4/+4
| | | | | | | | | | | | | Both path for License.txt and third-party-programs.txt is changed. MIT License has been added for third party 'Detours' component in 'third-party-programs.txt' license file. https://github.com/uxlfoundation/oneDPL/commit/71460896d2d9d3fca59600db949caa9200b8aec7 Release Notes: https://github.com/uxlfoundation/oneDPL/releases/tag/oneDPL-2022.8.0-release Signed-off-by: Sudhir Sharma <sudhir.sharma@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onedpl: upgrade 2022.2.0 -> 2022.3.0Naveen Saini2023-11-271-2/+2
| | | | | Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onedpl: 2022.0.0 -> 2022.2.0Lee Chee Yang2023-10-301-3/+3
| | | | | | | | | License-Update: added license for Modern GPU and oneDPL samples https://github.com/oneapi-src/oneDPL/blob/release/2022.2/licensing/third-party-programs.txt Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onedpl: upgrade 2021.7.0 -> 2022.0.0Naveen Saini2023-04-071-2/+2
| | | | | | | Release notes: https://github.com/oneapi-src/oneDPL/releases/tag/oneDPL-2022.0.0-release Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
* onedpl : upgrade 2021.6.1 -> 2021.7.0Yogesh Tyagi2022-07-211-2/+2
| | | | | | | | Release Notes: https://github.com/oneapi-src/oneDPL/releases/tag/oneDPL-2021.7.0-release Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onedpl: upgrade 2021.5.0 -> 2021.6.1ezhilarasan s2022-02-121-3/+3
| | | | | | | | | | *Fixed compilation errors with C++20. *Fixed CL_OUT_OF_RESOURCES issue for Radix sort algorithm executed on CPU devices. *Fixed crashes in exclusive_scan_by_segment, inclusive_scan_by_segment, reduce_by_segment algorithms applied to device-allocated USM. Signed-off-by: ezhilarasan s <ezhilarasax.s@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onedpl: upgrade 2021.4 -> 2021.5.0Anuj Mittal2021-10-121-2/+2
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onedpl: upgrade 2021.3 -> 2021.4Anuj Mittal2021-08-251-2/+2
| | | | | | | Release notes: https://github.com/oneapi-src/oneDPL/blob/bfe94bd4f5218e53b5ef2919ecbc37fe5dbb5f62/documentation/release_notes.rst Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onedpl: fix upstream checkAnuj Mittal2021-08-251-0/+2
| | | | | | Only match release tags like oneDPL-2021.4.0-release. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onedpl: add recipeNaveen Saini2021-06-221-0/+24
The IntelĀ® oneAPI DPC++ Library (oneDPL) accompanies the IntelĀ® oneAPI DPC++/C++ Compiler and provides high-productivity APIs aimed to minimize programming efforts of C++ developers creating efficient heterogeneous applications. oneDPL consists of following components: * Parallel STL for DPC++ * An additional set of library classes and functions (referred below as "Extension API") * Tested standard C++ APIs Release notes: https://software.intel.com/content/www/us/en/develop/articles/intel-oneapi-dpcpp-library-release-notes.html https://github.com/oneapi-src/oneDPL Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>