[Numpy-discussion] GSoC project: draft of proposal

alex argriffi at ncsu.edu
Thu Mar 13 13:43:16 EDT 2014


On Thu, Mar 13, 2014 at 1:35 PM, Leo Mao <lmao20001 at gmail.com> wrote:
>>
> And I found that maybe I can also make some functions related to linalg
> (like dot, svd or something else) faster by integrating a proper library
> into numpy.

I think everyone who wants fast numpy linalg already connects to
something like OpenBLAS or MKL.  When these are not available, numpy
uses its own "lapack-lite" which is way slower.  I don't think you are
going to beat OpenBLAS, so are you suggesting to speed up the slow
default "lapack-lite", or are you proposing something else?



More information about the NumPy-Discussion mailing list