summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/clang-layer
diff options
context:
space:
mode:
authorYogesh Tyagi <yogesh.tyagi@intel.com>2023-07-07 17:22:09 +0530
committerNaveen Saini <naveen.kumar.saini@intel.com>2023-07-13 09:38:58 +0800
commite965b63243c22d34fd77e3b69a0203ef50c891f3 (patch)
tree1bf9ed729727568e70ca36a289886246fce768f0 /dynamic-layers/clang-layer
parentba7509663a466b303eea8036bfd82fbaa1f57507 (diff)
downloadmeta-intel-e965b63243c22d34fd77e3b69a0203ef50c891f3.tar.gz
onednn : upgrade 3.1 -> 3.2
License-Update: License years updated New copyrights added: Copyright 2022-2023 IBM Corporation Copyright 2023 KNS Group LLC (YADRO) Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
Diffstat (limited to 'dynamic-layers/clang-layer')
-rw-r--r--dynamic-layers/clang-layer/recipes-core/dnn/onednn_3.2.bb (renamed from dynamic-layers/clang-layer/recipes-core/dnn/onednn_3.1.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/dynamic-layers/clang-layer/recipes-core/dnn/onednn_3.1.bb b/dynamic-layers/clang-layer/recipes-core/dnn/onednn_3.2.bb
index 7ef7fe64..86f168f2 100644
--- a/dynamic-layers/clang-layer/recipes-core/dnn/onednn_3.1.bb
+++ b/dynamic-layers/clang-layer/recipes-core/dnn/onednn_3.2.bb
@@ -3,7 +3,7 @@ SUMMARY = "Deep Neural Network Library"
3DESCRIPTION = "This software is a user mode library that accelerates\ 3DESCRIPTION = "This software is a user mode library that accelerates\
4deep-learning applications and frameworks on Intel architecture." 4deep-learning applications and frameworks on Intel architecture."
5LICENSE = "Apache-2.0 & BSD-3-Clause & BSL-1.0" 5LICENSE = "Apache-2.0 & BSD-3-Clause & BSL-1.0"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=b48e3de3bfd47c27882a0d85b20823f5 \ 6LIC_FILES_CHKSUM = "file://LICENSE;md5=3b64000f6e7d52516017622a37a94ce9 \
7 file://tests/gtests/gtest/LICENSE;md5=cbbd27594afd089daa160d3a16dd515a \ 7 file://tests/gtests/gtest/LICENSE;md5=cbbd27594afd089daa160d3a16dd515a \
8 file://src/cpu/x64/xbyak/COPYRIGHT;md5=3b9bf048d063d54cdb28964db558bcc7 \ 8 file://src/cpu/x64/xbyak/COPYRIGHT;md5=3b9bf048d063d54cdb28964db558bcc7 \
9 file://src/common/ittnotify/LICENSE.BSD;md5=e671ff178b24a95a382ba670503c66fb \ 9 file://src/common/ittnotify/LICENSE.BSD;md5=e671ff178b24a95a382ba670503c66fb \
@@ -13,8 +13,8 @@ SECTION = "lib"
13inherit pkgconfig cmake ptest 13inherit pkgconfig cmake ptest
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16SRCREV = "928065bd62372d2824900a86c5438bba407c98d1" 16SRCREV = "04b180b9a58a78cf1a1cd2329671a5060c2be8de"
17SRC_URI = "git://github.com/oneapi-src/oneDNN.git;branch=rls-v3.1;protocol=https \ 17SRC_URI = "git://github.com/oneapi-src/oneDNN.git;branch=rls-v3.2;protocol=https \
18 file://run-ptest \ 18 file://run-ptest \
19 " 19 "
20 20