summaryrefslogtreecommitdiffstats
path: root/recipes-oneapi
Commit message (Collapse)AuthorAgeFilesLines
* 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>