Hi Ross,

On Mon, Feb 11, 2019 at 4:20 PM Burton, Ross <[email protected]> wrote:

> On Mon, 11 Feb 2019 at 10:46, Ankit Navik <[email protected]> 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 <[email protected]>
>> ---
>>  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 <
>> [email protected]>"
>>  RECIPE_MAINTAINER_pn-linux-intel-rt = "Anuj Mittal <
>> [email protected]>"
>>  RECIPE_MAINTAINER_pn-thermald = "Anuj Mittal <[email protected]>"
>>  RECIPE_MAINTAINER_pn-xf86-video-ast = "Anuj Mittal <
>> [email protected]>"
>> +RECIPE_MAINTAINER_pn-mkl-dnn = "Ankit Navik <[email protected]>"
>> 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
>
-- 
_______________________________________________
meta-intel mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-intel

Reply via email to