From a5c617ea99a22da811a09a545c38c0c7b85e7e82 Mon Sep 17 00:00:00 2001 From: Naveen Saini Date: Sat, 1 Jun 2019 13:32:39 +0800 Subject: mkl-dnn: upgrade 0.18.1 -> 0.19 For more details, please check: https://github.com/intel/mkl-dnn/releases Signed-off-by: Naveen Saini Signed-off-by: Anuj Mittal --- recipes-core/mkl-dnn/mkl-dnn_0.18.1.bb | 24 ------------------------ recipes-core/mkl-dnn/mkl-dnn_0.19.bb | 24 ++++++++++++++++++++++++ 2 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 recipes-core/mkl-dnn/mkl-dnn_0.18.1.bb create mode 100644 recipes-core/mkl-dnn/mkl-dnn_0.19.bb (limited to 'recipes-core') diff --git a/recipes-core/mkl-dnn/mkl-dnn_0.18.1.bb b/recipes-core/mkl-dnn/mkl-dnn_0.18.1.bb deleted file mode 100644 index 798e6cce..00000000 --- a/recipes-core/mkl-dnn/mkl-dnn_0.18.1.bb +++ /dev/null @@ -1,24 +0,0 @@ -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=afa44a3d001cc203032135324f9636b7 \ - file://tests/gtests/gtest/LICENSE;md5=cbbd27594afd089daa160d3a16dd515a \ - file://src/cpu/xbyak/COPYRIGHT;md5=03532861dad9003cc2c17f14fc7a4efa" -SECTION = "lib" - -inherit pkgconfig cmake - -S = "${WORKDIR}/git" -SRCREV = "7de7e5d02bf687f971e7668963649728356e0c20" -SRC_URI = "git://github.com/intel/mkl-dnn.git;branch=rls-v0.18" - -UPSTREAM_CHECK_GITTAGREGEX = "^v(?P(\d+(\.\d+)+))$" - -COMPATIBLE_HOST = '(x86_64).*-linux' -COMPATIBLE_HOST_libc-musl = 'null' - -EXTRA_OECMAKE += "-DMKLDNN_LIBRARY_TYPE=SHARED" -EXTRA_OECMAKE += "-DMKLDNN_THREADING=OMP" -EXTRA_OECMAKE += "-DWITH_EXAMPLE=ON" -EXTRA_OECMAKE += "-DWITH_TEST=ON" diff --git a/recipes-core/mkl-dnn/mkl-dnn_0.19.bb b/recipes-core/mkl-dnn/mkl-dnn_0.19.bb new file mode 100644 index 00000000..79c95de7 --- /dev/null +++ b/recipes-core/mkl-dnn/mkl-dnn_0.19.bb @@ -0,0 +1,24 @@ +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=afa44a3d001cc203032135324f9636b7 \ + file://tests/gtests/gtest/LICENSE;md5=cbbd27594afd089daa160d3a16dd515a \ + file://src/cpu/xbyak/COPYRIGHT;md5=03532861dad9003cc2c17f14fc7a4efa" +SECTION = "lib" + +inherit pkgconfig cmake + +S = "${WORKDIR}/git" +SRCREV = "41bee20d7eb4a67feeeeb8d597b3598994eb1959" +SRC_URI = "git://github.com/intel/mkl-dnn.git;branch=rls-v0.19" + +UPSTREAM_CHECK_GITTAGREGEX = "^v(?P(\d+(\.\d+)+))$" + +COMPATIBLE_HOST = '(x86_64).*-linux' +COMPATIBLE_HOST_libc-musl = 'null' + +EXTRA_OECMAKE += "-DMKLDNN_LIBRARY_TYPE=SHARED" +EXTRA_OECMAKE += "-DMKLDNN_THREADING=OMP" +EXTRA_OECMAKE += "-DWITH_EXAMPLE=ON" +EXTRA_OECMAKE += "-DWITH_TEST=ON" -- cgit v1.2.3-54-g00ecf