summaryrefslogtreecommitdiffstats
path: root/recipes-core/mkl-dnn
diff options
context:
space:
mode:
authorNaveen Saini <naveen.kumar.saini@intel.com>2019-08-05 11:38:59 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2019-08-06 11:10:44 +0800
commitfae140eb192b3568edf49241466b4f1f1c21c57f (patch)
tree98d14398ae1dc08d8cd9de8155729783dce562ab /recipes-core/mkl-dnn
parent40937b124b499b67f247f88152ab0404c278679f (diff)
downloadmeta-intel-fae140eb192b3568edf49241466b4f1f1c21c57f.tar.gz
mkl-dnn: upgrade v0.19 -> v1.0.1
Added third party license info: "ittnotify, 3-clause BSD license Copyright (c) 2011, Intel Corporation See full copyright notice and license text in src/cpu/jit_utils/jitprofiling/LICENSE.BSD" Release highlights can be found here: https://github.com/intel/mkl-dnn/releases/tag/v1.0 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-core/mkl-dnn')
-rw-r--r--recipes-core/mkl-dnn/mkl-dnn_1.0.1.bb (renamed from recipes-core/mkl-dnn/mkl-dnn_git.bb)10
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes-core/mkl-dnn/mkl-dnn_git.bb b/recipes-core/mkl-dnn/mkl-dnn_1.0.1.bb
index 5846b310..16654505 100644
--- a/recipes-core/mkl-dnn/mkl-dnn_git.bb
+++ b/recipes-core/mkl-dnn/mkl-dnn_1.0.1.bb
@@ -2,19 +2,19 @@ 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=afa44a3d001cc203032135324f9636b7 \ 5LIC_FILES_CHKSUM = "file://LICENSE;md5=a34303951205b8c53485477c74052380 \
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 \
8 file://src/cpu/jit_utils/jitprofiling/LICENSE.BSD;md5=e671ff178b24a95a382ba670503c66fb"
8SECTION = "lib" 9SECTION = "lib"
9 10
10inherit pkgconfig cmake ptest 11inherit pkgconfig cmake ptest
11 12
12S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
13SRCREV = "027de7603662a569366e15132ac80298902b96b8" 14SRCREV = "61b9663bcd58ece1b96b930bed73d6545f41d656"
14SRC_URI = "git://github.com/intel/mkl-dnn.git;branch=rls-v0.19 \ 15SRC_URI = "git://github.com/intel/mkl-dnn.git;branch=rls-v1.0 \
15 file://run-ptest \ 16 file://run-ptest \
16" 17"
17PV = "0.19+git${SRCPV}"
18 18
19UPSTREAM_CHECK_GITTAGREGEX = "^v(?P<pver>(\d+(\.\d+)+))$" 19UPSTREAM_CHECK_GITTAGREGEX = "^v(?P<pver>(\d+(\.\d+)+))$"
20 20