summaryrefslogtreecommitdiffstats
path: root/recipes-oneapi
Commit message (Collapse)AuthorAgeFilesLines
* intel-crypto-mb: add recipe for ipp crypto libraryVtiurina, Mariia2021-11-243-0/+82
| | | | | | | | | | Intel® Integrated Performance Primitives (Intel® IPP) Cryptography is a secure, fast and lightweight library of building blocks for cryptography, highly-optimized for various Intel® CPUs. Signed-off by: Andrey Latyshev <andrey.latyshev@intel.com> Signed-off-by: Mariia Vtiurina <mariia.vtiurina@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-oneapi-ipp: add recipe for Intel OneAPI IPP library (runtime only)Vtiurina, Mariia2021-10-212-0/+23
| | | | | | | | | | 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>
* 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>