Re: [Numpy-discussion] Strategy for OpenBLAS

2015-05-26 Thread Matthew Brett
Hi, On Tue, May 26, 2015 at 12:53 PM, Julian Taylor wrote: > On 05/26/2015 04:56 PM, Matthew Brett wrote: >> Hi, >> >> This morning I was wondering whether we ought to plan to devote some >> resources to collaborating with the OpenBLAS team. >> >> >> >> It is relatively easy to add tests using Py

Re: [Numpy-discussion] addition to numpy.i

2015-05-26 Thread Charles R Harris
On Tue, May 26, 2015 at 8:59 AM, Tom Krauss wrote: > Hi folks, > > After some discussion with Bill Spotz I decided to try to submit my new > typemap to numpy.i that allows in-place arrays of an arbitrary number of > dimensions to be passed in as a "flat" array with a single "size". > > To that en

Re: [Numpy-discussion] Strategy for OpenBLAS

2015-05-26 Thread Sturla Molden
Matthew Brett wrote: > I am getting the impression that OpenBLAS is looking like the most > likely medium term solution for open-source stack builds of numpy and > scipy on Linux and Windows at least. I think you right. OpenBLAS might even be a long-term solution. We should also consider that

Re: [Numpy-discussion] Strategy for OpenBLAS

2015-05-26 Thread Julian Taylor
On 05/26/2015 04:56 PM, Matthew Brett wrote: > Hi, > > This morning I was wondering whether we ought to plan to devote some > resources to collaborating with the OpenBLAS team. > > > > It is relatively easy to add tests using Python / numpy. We like > tests. Why don't we propose a collaborati

[Numpy-discussion] addition to numpy.i

2015-05-26 Thread Tom Krauss
Hi folks, After some discussion with Bill Spotz I decided to try to submit my new typemap to numpy.i that allows in-place arrays of an arbitrary number of dimensions to be passed in as a "flat" array with a single "size". To that end I created my first pull request https://github.com/numpy/nump

[Numpy-discussion] Strategy for OpenBLAS

2015-05-26 Thread Matthew Brett
Hi, This morning I was wondering whether we ought to plan to devote some resources to collaborating with the OpenBLAS team. Summary: we should explore ways of setting up numpy as a test engine for OpenBLAS development. Detail: I am getting the impression that OpenBLAS is looking like the most