[Numpy-discussion] Numpy and MKL, update

David Cournapeau cournape at gmail.com
Thu Nov 13 20:47:03 EST 2008


On Fri, Nov 14, 2008 at 5:23 AM, frank wang <f.yw at hotmail.com> wrote:
> Hi,
>
> Can you provide a working example to build Numpy with MKL in window and
> linux?
> The reason I am thinking to build the system is that I need to make the
> speed match with matlab.

The MKL will only help you for linear algebra, and more specifically
for big matrices. If you build your own atlas, you can easily match
matlab speed in that area, I think.

David



More information about the NumPy-Discussion mailing list