diff options
author | Naveen Saini <naveen.kumar.saini@intel.com> | 2021-03-18 09:51:50 +0800 |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2021-03-24 14:58:31 +0800 |
commit | f30e749e89d243d195ae3a0f2611570a1d83a2bb (patch) | |
tree | b887146fff95064cbd874b61ed5e32be6ce526fd /dynamic-layers/clang-layer | |
parent | 6fea44c695730129df8bd744b0e22ccd62a725c2 (diff) | |
download | meta-intel-f30e749e89d243d195ae3a0f2611570a1d83a2bb.tar.gz |
onednn: upgrade 2.0 -> 2.1.1
LICENSE updated. Added 'Copyright 2020 Codeplay Software Limited'
Ref: https://github.com/oneapi-src/oneDNN/commit/5d63af1b4ace43c22433ae1f135b92e113a32082
LICENSE text removed from src/common/primitive_hashing.hpp.
Release notes:
https://github.com/oneapi-src/oneDNN/releases/tag/v2.1.1
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'dynamic-layers/clang-layer')
-rw-r--r-- | dynamic-layers/clang-layer/recipes-core/dnn/onednn_2.1.1.bb (renamed from dynamic-layers/clang-layer/recipes-core/dnn/onednn_2.0.bb) | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dynamic-layers/clang-layer/recipes-core/dnn/onednn_2.0.bb b/dynamic-layers/clang-layer/recipes-core/dnn/onednn_2.1.1.bb index c14237d5..5b96ea0e 100644 --- a/dynamic-layers/clang-layer/recipes-core/dnn/onednn_2.0.bb +++ b/dynamic-layers/clang-layer/recipes-core/dnn/onednn_2.1.1.bb | |||
@@ -3,20 +3,19 @@ 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=c441291ac5f15bdc6b09b4cc02ece35b \ | 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/cpu/x64/jit_utils/jitprofiling/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 | file://src/common/primitive_hashing.hpp;beginline=223;endline=226;md5=f56de33cb6ec02de60006b10e027b300 \ | ||
12 | " | 11 | " |
13 | SECTION = "lib" | 12 | SECTION = "lib" |
14 | 13 | ||
15 | inherit pkgconfig cmake ptest | 14 | inherit pkgconfig cmake ptest |
16 | 15 | ||
17 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
18 | SRCREV = "83ebc40d86bc54f0f23e947235e53570eeacf254" | 17 | SRCREV = "53f53c2bb859d386a40e03f7623a4f9af758c1b3" |
19 | SRC_URI = "git://github.com/oneapi-src/oneDNN.git;branch=rls-v2.0-beta10 \ | 18 | SRC_URI = "git://github.com/oneapi-src/oneDNN.git;branch=rls-v2.1 \ |
20 | file://run-ptest \ | 19 | file://run-ptest \ |
21 | " | 20 | " |
22 | 21 | ||