summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNaveen Saini <naveen.kumar.saini@intel.com>2019-04-24 15:05:36 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2019-04-25 12:24:37 +0800
commit7573548c97ffb74d3169b3548233be5aa2d44c8b (patch)
tree911809f53cd90f4bfec8623fbd619bee8302b663
parent31910105481a7f5c8f804b15e61dc3f88c726f59 (diff)
downloadmeta-intel-7573548c97ffb74d3169b3548233be5aa2d44c8b.tar.gz
mkl-dnn: upgrade 0.17.4 -> 0.18.1
A list of third party components added to the LICENSE. LICENSE changes: """ Intel MKL-DNN includes components with separate copyright notices and license terms. XByak, 3-clause BSD license Copyright (c) 2007 MITSUNARI Shigeo See full copyright notice and license text in src/cpu/xbyak/COPYRIGHT gtest, 3-clause BSD license Copyright 2008, Google Inc. See full copyright notice and license text in tests/gtests/gtest/LICENSE """ This release contains performance optimizations, new functionality, usability improvements and bug fixes. For more details, please check: https://github.com/intel/mkl-dnn/releases Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r--recipes-core/mkl-dnn/mkl-dnn_0.18.1.bb (renamed from recipes-core/mkl-dnn/mkl-dnn_0.17.4.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-core/mkl-dnn/mkl-dnn_0.17.4.bb b/recipes-core/mkl-dnn/mkl-dnn_0.18.1.bb
index c7572256..798e6cce 100644
--- a/recipes-core/mkl-dnn/mkl-dnn_0.17.4.bb
+++ b/recipes-core/mkl-dnn/mkl-dnn_0.18.1.bb
@@ -2,7 +2,7 @@ SUMMARY = "Intel Math Kernel Library for Deep Neural Networks"
2DESCRIPTION = "This software is a user mode library that accelerates\ 2DESCRIPTION = "This software is a user mode library that accelerates\
3deep-learning applications and frameworks on Intel architecture." 3deep-learning applications and frameworks on Intel architecture."
4LICENSE = "Apache-2.0 & BSD-3-Clause" 4LICENSE = "Apache-2.0 & BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e \ 5LIC_FILES_CHKSUM = "file://LICENSE;md5=afa44a3d001cc203032135324f9636b7 \
6 file://tests/gtests/gtest/LICENSE;md5=cbbd27594afd089daa160d3a16dd515a \ 6 file://tests/gtests/gtest/LICENSE;md5=cbbd27594afd089daa160d3a16dd515a \
7 file://src/cpu/xbyak/COPYRIGHT;md5=03532861dad9003cc2c17f14fc7a4efa" 7 file://src/cpu/xbyak/COPYRIGHT;md5=03532861dad9003cc2c17f14fc7a4efa"
8SECTION = "lib" 8SECTION = "lib"
@@ -10,8 +10,8 @@ SECTION = "lib"
10inherit pkgconfig cmake 10inherit pkgconfig cmake
11 11
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13SRCREV = "722901c9aaefa579698df778d061d4848ab8c3e3" 13SRCREV = "7de7e5d02bf687f971e7668963649728356e0c20"
14SRC_URI = "git://github.com/intel/mkl-dnn.git;branch=rls-v0.17" 14SRC_URI = "git://github.com/intel/mkl-dnn.git;branch=rls-v0.18"
15 15
16UPSTREAM_CHECK_GITTAGREGEX = "^v(?P<pver>(\d+(\.\d+)+))$" 16UPSTREAM_CHECK_GITTAGREGEX = "^v(?P<pver>(\d+(\.\d+)+))$"
17 17