diff options
-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" | |||
3 | DESCRIPTION = "This software is a user mode library that accelerates\ | 3 | DESCRIPTION = "This software is a user mode library that accelerates\ |
4 | deep-learning applications and frameworks on Intel architecture." | 4 | deep-learning applications and frameworks on Intel architecture." |
5 | LICENSE = "Apache-2.0 & BSD-3-Clause & BSL-1.0" | 5 | LICENSE = "Apache-2.0 & BSD-3-Clause & BSL-1.0" |
6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b48e3de3bfd47c27882a0d85b20823f5 \ | 6 | LIC_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" | |||
13 | inherit pkgconfig cmake ptest | 13 | inherit pkgconfig cmake ptest |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | SRCREV = "928065bd62372d2824900a86c5438bba407c98d1" | 16 | SRCREV = "04b180b9a58a78cf1a1cd2329671a5060c2be8de" |
17 | SRC_URI = "git://github.com/oneapi-src/oneDNN.git;branch=rls-v3.1;protocol=https \ | 17 | SRC_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 | ||