[Numpy-discussion] GSoC project: draft of proposal

Leo Mao lmao20001 at gmail.com
Fri Mar 14 02:34:20 EDT 2014


On Fri, Mar 14, 2014 at 1:43 AM, alex <argriffi at ncsu.edu> wrote:
>
> 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?
>

I think most CPUs nowadays support instructions like SSE2, AVX etc,
so maybe numpy can use OpenBLAS (or somethine else) by default ?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20140314/0fd4499c/attachment.html>


More information about the NumPy-Discussion mailing list