From 7573548c97ffb74d3169b3548233be5aa2d44c8b Mon Sep 17 00:00:00 2001 From: Naveen Saini Date: Wed, 24 Apr 2019 15:05:36 +0800 Subject: 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 Signed-off-by: Anuj Mittal --- recipes-core/mkl-dnn/mkl-dnn_0.18.1.bb | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 recipes-core/mkl-dnn/mkl-dnn_0.18.1.bb (limited to 'recipes-core/mkl-dnn/mkl-dnn_0.18.1.bb') diff --git a/recipes-core/mkl-dnn/mkl-dnn_0.18.1.bb b/recipes-core/mkl-dnn/mkl-dnn_0.18.1.bb new file mode 100644 index 00000000..798e6cce --- /dev/null +++ b/recipes-core/mkl-dnn/mkl-dnn_0.18.1.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 = "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" -- cgit v1.2.3-54-g00ecf