From: ezhilarasan s <[email protected]> *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 <[email protected]> --- .../onedpl/{onedpl_2021.5.0.bb => onedpl_2021.6.1.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename recipes-oneapi/onedpl/{onedpl_2021.5.0.bb => onedpl_2021.6.1.bb} (88%) diff --git a/recipes-oneapi/onedpl/onedpl_2021.5.0.bb b/recipes-oneapi/onedpl/onedpl_2021.6.1.bb similarity index 88% rename from recipes-oneapi/onedpl/onedpl_2021.5.0.bb rename to 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" LICENSE = "Apache-2.0-with-LLVM-exception" LIC_FILES_CHKSUM = "file://licensing/LICENSE.txt;md5=2e982d844baa4df1c80de75470e0c5cb \ - file://licensing/third-party-programs.txt;md5=4075f07036267ff083d9e095c6a6019f" + file://licensing/third-party-programs.txt;md5=74cbe473c3521af32a92f662c44aa6bd" S = "${WORKDIR}/git" -SRC_URI = "git://github.com/oneapi-src/oneDPL.git;protocol=https;branch=release/2021.5 \ +SRC_URI = "git://github.com/oneapi-src/oneDPL.git;protocol=https;branch=release/2021.6 \ " -SRCREV = "35830e76c16b0fbda612d8ffd440f0c712d875a5" +SRCREV = "bfa2cd2fc07ea105a07d4772276e8c15f7530cd4" do_compile[noexec] = "1" do_configure[noexec] = "1" -- 2.17.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#7430): https://lists.yoctoproject.org/g/meta-intel/message/7430 Mute This Topic: https://lists.yoctoproject.org/mt/89072247/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
