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

2019-02-14 Thread Ankit Navik
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 --- conf/include/maintainers.inc | 1 + recipes-core/mkl-dnn/mkl-dnn_0.17.4.bb | 21

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

2019-02-14 Thread Ankit Navik
Hi Anuj, On Fri, Feb 15, 2019 at 5:26 AM Mittal, Anuj wrote: > This gives errors when compiled with musl: > > > > 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

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

2019-02-14 Thread Mittal, Anuj
This gives errors when compiled with musl: Log data follows: | DEBUG: Executing shell function do_configure | -- The C compiler identification is GNU 8.2.0 | -- The CXX compiler identification is GNU 8.2.0 | -- Check for working C compiler: /home/pokybuild/yocto-

[meta-intel] [PATCH 1/2] ixgbe: fix upstream release checking

2019-02-14 Thread Naveen Saini
Signed-off-by: Naveen Saini --- recipes-kernel/intel-ethernet/ixgbe_5.5.2.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes-kernel/intel-ethernet/ixgbe_5.5.2.bb b/recipes-kernel/intel-ethernet/ixgbe_5.5.2.bb index 28d5e98..09f329e 100644 ---