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

Ankit Navik ankit.tarot at gmail.com
Tue Feb 12 05:14:37 PST 2019


Hi Ross,

On Mon, Feb 11, 2019 at 4:20 PM Burton, Ross <ross.burton at intel.com> wrote:

> On Mon, 11 Feb 2019 at 10:46, 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.18.bb | 15 +++++++++++++++
>>  2 files changed, 16 insertions(+)
>>  create mode 100644 recipes-core/mkl-dnn/mkl-dnn_0.18.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.18.bb b/recipes-core/mkl-dnn/
>> mkl-dnn_0.18.bb
>> new file mode 100644
>> index 0000000..2302e87
>> --- /dev/null
>> +++ b/recipes-core/mkl-dnn/mkl-dnn_0.18.bb
>> @@ -0,0 +1,15 @@
>> +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"
>> +LIC_FILES_CHKSUM = "file://LICENSE;md5=afa44a3d001cc203032135324f9636b7"
>> +SECTION = "lib"
>> +
>> +inherit pkgconfig cmake
>> +
>> +S = "${WORKDIR}/git"
>> +SRCREV = "08bd90cca77683dd5d1c98068cea8b92ed05784d"
>> +SRC_URI = "git://github.com/intel/mkl-dnn.git"
>> +
>> +EXTRA_OECMAKE += "-DMKLDNN_LIBRARY_TYPE=SHARED"
>> +EXTRA_OECMAKE += "-DMKLDNN_THREADING=OMP"
>>
>
> I meant continue enabling the tests/examples, but create a subpackage
> called ${PN}-examples for the example files.
>

I am checking it. Facing some issue "bad RPATH" for tests and examples.
Meanwhile, Is it possible to accept the patch v1.
I'll fix and submit another patch to include the tests and examples.

Regards,
Ankit

>
> Ross
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/meta-intel/attachments/20190212/5b71f669/attachment.html>


More information about the meta-intel mailing list