summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"
DESCRIPTION = "This software is a user mode library that accelerates\
deep-learning applications and frameworks on Intel architecture."
LICENSE = "Apache-2.0 & BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e \
+LIC_FILES_CHKSUM = "file://LICENSE;md5=afa44a3d001cc203032135324f9636b7 \
file://tests/gtests/gtest/LICENSE;md5=cbbd27594afd089daa160d3a16dd515a \
file://src/cpu/xbyak/COPYRIGHT;md5=03532861dad9003cc2c17f14fc7a4efa"
SECTION = "lib"
@@ -10,8 +10,8 @@ SECTION = "lib"
inherit pkgconfig cmake
S = "${WORKDIR}/git"
-SRCREV = "722901c9aaefa579698df778d061d4848ab8c3e3"
-SRC_URI = "git://github.com/intel/mkl-dnn.git;branch=rls-v0.17"
+SRCREV = "7de7e5d02bf687f971e7668963649728356e0c20"
+SRC_URI = "git://github.com/intel/mkl-dnn.git;branch=rls-v0.18"
UPSTREAM_CHECK_GITTAGREGEX = "^v(?P<pver>(\d+(\.\d+)+))$"