Re: Remove MKLML as dependency

2018-09-20 Thread Chris Olivier
KLML. For performance, MKL-DNN > requires the GEMM functions which can be provided by both MKL and MKLML. > > -Original Message- > From: Chris Olivier [mailto:cjolivie...@gmail.com] > Sent: Friday, September 21, 2018 12:07 AM > To: dev@mxnet.incubator.apache.org > Subject: Re:

Re: Remove MKLML as dependency

2018-09-20 Thread Naveen Swamy
r 21, 2018 12:07 AM > To: dev@mxnet.incubator.apache.org > Subject: Re: Remove MKLML as dependency > > MKLML does not have a complete blas library and if you don’t link in > another blas library like open blas, some functions will blow up (ie some > of the linalg functions). > >

RE: Remove MKLML as dependency

2018-09-20 Thread Lv, Tao A
018 12:07 AM To: dev@mxnet.incubator.apache.org Subject: Re: Remove MKLML as dependency MKLML does not have a complete blas library and if you don’t link in another blas library like open blas, some functions will blow up (ie some of the linalg functions). I was not aware of MKLML still being required wit

RE: Remove MKLML as dependency

2018-09-20 Thread Lv, Tao A
to redistribute it with MXNet. Hope these can answer your questions. -tao -Original Message- From: Aaron Markham [mailto:aaron.s.mark...@gmail.com] Sent: Thursday, September 20, 2018 11:26 PM To: dev@mxnet.incubator.apache.org Subject: Re: Remove MKLML as dependency I find it unintuitive

Re: Remove MKLML as dependency

2018-09-20 Thread Chris Olivier
com] > Sent: Thursday, September 20, 2018 9:36 PM > To: dev@mxnet.incubator.apache.org > Subject: Re: Remove MKLML as dependency > > thanks for the info. I am still a little confused — your statement said > “MKL” and not “MKLML”, so my question is still the same. Are GEMMS in > MKLML or just MKL?

Re: Remove MKLML as dependency

2018-09-20 Thread Aaron Markham
riginal Message- From: Chris Olivier [mailto:cjolivie...@gmail.com] Sent: Thursday, September 20, 2018 9:36 PM To: dev@mxnet.incubator.apache.org Subject: Re: Remove MKLML as dependency thanks for the info. I am still a little confused — your statement said “MKL” and not “MKLML”, so my question is sti

RE: Remove MKLML as dependency

2018-09-20 Thread Lv, Tao A
2018 9:36 PM To: dev@mxnet.incubator.apache.org Subject: Re: Remove MKLML as dependency thanks for the info. I am still a little confused — your statement said “MKL” and not “MKLML”, so my question is still the same. Are GEMMS in MKLML or just MKL? I know MKLML doesn’t have a blas library like the main MKL.

Re: Remove MKLML as dependency

2018-09-20 Thread Chris Olivier
-Original Message- > From: Chris Olivier [mailto:cjolivie...@gmail.com] > Sent: Thursday, September 20, 2018 11:20 AM > To: dev@mxnet.incubator.apache.org > Subject: Re: Remove MKLML as dependency > > maybe I missed it, but what does MKLML have that mkldnn doesn’t have that

RE: Remove MKLML as dependency

2018-09-20 Thread Lv, Tao A
From: Chris Olivier [mailto:cjolivie...@gmail.com] Sent: Thursday, September 20, 2018 11:20 AM To: dev@mxnet.incubator.apache.org Subject: Re: Remove MKLML as dependency maybe I missed it, but what does MKLML have that mkldnn doesn’t have that makes it necessary? what’s the motivation for removing it?

Re: Remove MKLML as dependency

2018-09-19 Thread Chris Olivier
( > https://software.intel.com/en-us/license/intel-simplified-software-license > ). > > -Original Message- > From: Zai, Alexander [mailto:alex...@amazon.com.INVALID] > Sent: Wednesday, September 19, 2018 12:49 PM > To: dev@mxnet.incubator.apache.org > Subject: Re: Remov

Re: Remove MKLML as dependency

2018-09-19 Thread Anton Chernov
> From: Zai, Alexander [mailto:alex...@amazon.com.INVALID] > Sent: Wednesday, September 19, 2018 12:49 PM > To: dev@mxnet.incubator.apache.org > Subject: Re: Remove MKLML as dependency > > Will test it out tomorrow. > > On the side, what is the best way to test MKL buil

RE: Remove MKLML as dependency

2018-09-19 Thread Lv, Tao A
). -Original Message- From: Zai, Alexander [mailto:alex...@amazon.com.INVALID] Sent: Wednesday, September 19, 2018 12:49 PM To: dev@mxnet.incubator.apache.org Subject: Re: Remove MKLML as dependency Will test it out tomorrow. On the side, what is the best way to test MKL build for MXnet. MKL

Re: Remove MKLML as dependency

2018-09-18 Thread Zai, Alexander
ld without MKLML and how does the performance look like? -tao -Original Message- From: Alex Zai [mailto:aza...@gmail.com] Sent: Wednesday, September 19, 2018 4:49 AM To: dev@mxnet.incubator.apache.org Subject: Remove MKLML as dependency On our

RE: Remove MKLML as dependency

2018-09-18 Thread Lv, Tao A
Subject: Remove MKLML as dependency On our build from source page we have a list of blas libraries that are recommended: https://mxnet.incubator.apache.org/install/build_from_source.html MKL-DNN MKL MKLML Apple Accelerate OpenBlas MKLML is a subset of MKL (https://github.com/intel/mkl-dnn

Remove MKLML as dependency

2018-09-18 Thread Alex Zai
On our build from source page we have a list of blas libraries that are recommended: https://mxnet.incubator.apache.org/install/build_from_source.html MKL-DNN MKL MKLML Apple Accelerate OpenBlas MKLML is a subset of MKL (https://github.com/intel/mkl-dnn/issues/102) and therefore MKLML users can