[meta-intel] [PATCH v4] mkl-dnn: Initial recipe for Intel Math Kernel Library

Ankit Navik ankit.tarot at gmail.com
Thu Feb 21 01:04:35 PST 2019


Hi,
This is initial recipe patch + submitted
another patch to include the examples and tests.

Regards, Ankit

On Fri, Feb 15, 2019 at 9:16 AM Ankit Navik <ankit.tarot at gmail.com> wrote:

> Add generic recipe for Intel(R) Math Kernel Library for Deep Neural
> Networks. The library accelerates deep-learning applications and
> frameworks on Intel architecture.
>
> Signed-off-by: Ankit Navik <ankit.tarot at gmail.com>
> ---
>  conf/include/maintainers.inc           |  1 +
>  recipes-core/mkl-dnn/mkl-dnn_0.17.4.bb | 21 +++++++++++++++++++++
>  2 files changed, 22 insertions(+)
>  create mode 100644 recipes-core/mkl-dnn/mkl-dnn_0.17.4.bb
>
> diff --git a/conf/include/maintainers.inc b/conf/include/maintainers.inc
> index d501d5f..0d00884 100644
> --- a/conf/include/maintainers.inc
> +++ b/conf/include/maintainers.inc
> @@ -17,3 +17,4 @@ RECIPE_MAINTAINER_pn-linux-intel = "Anuj Mittal <
> anuj.mittal at intel.com>"
>  RECIPE_MAINTAINER_pn-linux-intel-rt = "Anuj Mittal <anuj.mittal at intel.com
> >"
>  RECIPE_MAINTAINER_pn-thermald = "Anuj Mittal <anuj.mittal at intel.com>"
>  RECIPE_MAINTAINER_pn-xf86-video-ast = "Anuj Mittal <anuj.mittal at intel.com
> >"
> +RECIPE_MAINTAINER_pn-mkl-dnn = "Ankit Navik <ankit.tarot at gmail.com>"
> diff --git a/recipes-core/mkl-dnn/mkl-dnn_0.17.4.bb
> b/recipes-core/mkl-dnn/mkl-dnn_0.17.4.bb
> new file mode 100644
> index 0000000..04926ba
> --- /dev/null
> +++ b/recipes-core/mkl-dnn/mkl-dnn_0.17.4.bb
> @@ -0,0 +1,21 @@
> +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 \
> +
>  file://tests/gtests/gtest/LICENSE;md5=cbbd27594afd089daa160d3a16dd515a \
> +
>  file://src/cpu/xbyak/COPYRIGHT;md5=03532861dad9003cc2c17f14fc7a4efa"
> +SECTION = "lib"
> +
> +inherit pkgconfig cmake
> +
> +S = "${WORKDIR}/git"
> +SRCREV = "722901c9aaefa579698df778d061d4848ab8c3e3"
> +SRC_URI = "git://github.com/intel/mkl-dnn.git;branch=rls-v0.17"
> +
> +COMPATIBLE_HOST = '(x86_64).*-linux'
> +
> +EXTRA_OECMAKE += "-DMKLDNN_LIBRARY_TYPE=SHARED"
> +EXTRA_OECMAKE += "-DMKLDNN_THREADING=OMP"
> +EXTRA_OECMAKE += "-DWITH_EXAMPLE=ON"
> +EXTRA_OECMAKE += "-DWITH_TEST=ON"
> --
> 2.7.4
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/meta-intel/attachments/20190221/a1f2ea2d/attachment.html>


More information about the meta-intel mailing list