summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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