diff options
author | ezhilarasan s <ezhilarasanx.s@intel.com> | 2022-02-11 20:06:57 +0530 |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2022-02-12 00:37:48 +0800 |
commit | 623a96b34ea725c667e91a4b1070681e8c221445 (patch) | |
tree | 30505b67bdfdf013b76d2622d871001f9e8510d1 | |
parent | f847dd524c5596213370a04a02ced978041dd1fb (diff) | |
download | meta-intel-623a96b34ea725c667e91a4b1070681e8c221445.tar.gz |
onedpl: upgrade 2021.5.0 -> 2021.6.1
*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>
-rw-r--r-- | recipes-oneapi/onedpl/onedpl_2021.6.1.bb (renamed from recipes-oneapi/onedpl/onedpl_2021.5.0.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-oneapi/onedpl/onedpl_2021.5.0.bb b/recipes-oneapi/onedpl/onedpl_2021.6.1.bb index d38e6f0a..eb8fccc8 100644 --- a/recipes-oneapi/onedpl/onedpl_2021.5.0.bb +++ b/recipes-oneapi/onedpl/onedpl_2021.6.1.bb | |||
@@ -7,13 +7,13 @@ HOMEPAGE = "https://github.com/oneapi-src/oneDPL" | |||
7 | 7 | ||
8 | LICENSE = "Apache-2.0-with-LLVM-exception" | 8 | LICENSE = "Apache-2.0-with-LLVM-exception" |
9 | LIC_FILES_CHKSUM = "file://licensing/LICENSE.txt;md5=2e982d844baa4df1c80de75470e0c5cb \ | 9 | LIC_FILES_CHKSUM = "file://licensing/LICENSE.txt;md5=2e982d844baa4df1c80de75470e0c5cb \ |
10 | file://licensing/third-party-programs.txt;md5=4075f07036267ff083d9e095c6a6019f" | 10 | file://licensing/third-party-programs.txt;md5=74cbe473c3521af32a92f662c44aa6bd" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||
14 | SRC_URI = "git://github.com/oneapi-src/oneDPL.git;protocol=https;branch=release/2021.5 \ | 14 | SRC_URI = "git://github.com/oneapi-src/oneDPL.git;protocol=https;branch=release/2021.6 \ |
15 | " | 15 | " |
16 | SRCREV = "35830e76c16b0fbda612d8ffd440f0c712d875a5" | 16 | SRCREV = "bfa2cd2fc07ea105a07d4772276e8c15f7530cd4" |
17 | 17 | ||
18 | do_compile[noexec] = "1" | 18 | do_compile[noexec] = "1" |
19 | do_configure[noexec] = "1" | 19 | do_configure[noexec] = "1" |