diff options
-rw-r--r-- | dynamic-layers/clang-layer/recipes-core/dnn/onednn_2.2.1.bb (renamed from dynamic-layers/clang-layer/recipes-core/dnn/onednn_2.1.1.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dynamic-layers/clang-layer/recipes-core/dnn/onednn_2.1.1.bb b/dynamic-layers/clang-layer/recipes-core/dnn/onednn_2.2.1.bb index 5b96ea0e..2684ac93 100644 --- a/dynamic-layers/clang-layer/recipes-core/dnn/onednn_2.1.1.bb +++ b/dynamic-layers/clang-layer/recipes-core/dnn/onednn_2.2.1.bb | |||
@@ -6,7 +6,7 @@ LICENSE = "Apache-2.0 & BSD-3-Clause & BSL-1.0" | |||
6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8e17c0f9656ebaf0c380d9b22707c846 \ | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8e17c0f9656ebaf0c380d9b22707c846 \ |
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/cpu/x64/jit_utils/jitprofiling/LICENSE.BSD;md5=e671ff178b24a95a382ba670503c66fb \ | 9 | file://src/common/ittnotify/LICENSE.BSD;md5=e671ff178b24a95a382ba670503c66fb \ |
10 | file://doc/assets/mathjax/MathJax.js;endline=17;md5=25a014ad78c3d72a0e15d15f1d007c20 \ | 10 | file://doc/assets/mathjax/MathJax.js;endline=17;md5=25a014ad78c3d72a0e15d15f1d007c20 \ |
11 | " | 11 | " |
12 | SECTION = "lib" | 12 | SECTION = "lib" |
@@ -14,8 +14,8 @@ SECTION = "lib" | |||
14 | inherit pkgconfig cmake ptest | 14 | inherit pkgconfig cmake ptest |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | SRCREV = "53f53c2bb859d386a40e03f7623a4f9af758c1b3" | 17 | SRCREV = "f58682cd8bd0615f41d879f8afc8f1511ab42d24" |
18 | SRC_URI = "git://github.com/oneapi-src/oneDNN.git;branch=rls-v2.1 \ | 18 | SRC_URI = "git://github.com/oneapi-src/oneDNN.git;branch=rls-v2.2 \ |
19 | file://run-ptest \ | 19 | file://run-ptest \ |
20 | " | 20 | " |
21 | 21 | ||