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

Ankit Navik ankit.tarot at gmail.com
Thu Feb 14 19:45:47 PST 2019


Hi Anuj,

On Fri, Feb 15, 2019 at 5:26 AM Mittal, Anuj <anuj.mittal at intel.com> wrote:

> This gives errors when compiled with musl:
>
> <snip>
>
> Also fails for 32 bit because that is not supported. We will have to
> add:
>
> COMPATIBLE_HOST = '(x86_64).*-linux'
>
Thank you for the details and suggestion. Incorporated in v4 patch.
Regards, Ankit

>
> On Wed, 2019-02-13 at 11:03 +0530, Ankit Navik 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 | 19 +++++++++++++++++++
> >  2 files changed, 20 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..22f4bdc
> > --- /dev/null
> > +++ b/recipes-core/mkl-dnn/mkl-dnn_0.17.4.bb
> > @@ -0,0 +1,19 @@
> > +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=cbbd27594afd089daa160d3a1
> > 6dd515a \
> > +     file://src/cpu/xbyak/COPYRIGHT;md5=03532861dad9003cc2c17f14fc7a
> > 4efa"
> > +SECTION = "lib"
> > +
> > +inherit pkgconfig cmake
> > +
> > +S = "${WORKDIR}/git"
> > +SRCREV = "722901c9aaefa579698df778d061d4848ab8c3e3"
> > +SRC_URI = "git://github.com/intel/mkl-dnn.git;branch=rls-v0.17"
> > +
> > +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/20190215/da61c52c/attachment.html>


More information about the meta-intel mailing list