On Sat, 2013-03-23 at 14:19 -0400, Skipper Seabold wrote:
> Some help on this would be greatly appreciated. It's been recommended
> to use OpenBlas over ATLAS, so I've been trying to build numpy with
> openblas and have run into a few problems.
>
> To truly support OpenBlas, is it maybe necessary
On Fri, 2013-03-22 at 11:42 +, Nathaniel Smith wrote:
> On Fri, Mar 22, 2013 at 7:47 AM, Ake Sandgren
> wrote:
> > On Thu, 2013-03-21 at 18:02 -0600, Charles R Harris wrote:
> >> The Numpy 1.7.1 release process seems to have stalled. What do we need
> >> to fini
le of bug fixes for 1.7.0 at
git://github.com/akesandgren/numpy.git in the v1.7.0-hpc2n branch
They are quite small.
--
Ake Sandgren, HPC2N, Umea University, S-90187 Umea, Sweden
Internet: a...@hpc2n.umu.se Phone: +46 90 7866134 Fax: +46 90 7866126
Mobile: +46 70 7716134 WWW: http://www.hpc
On Fri, 2013-03-15 at 09:44 +, Nathaniel Smith wrote:
> That does look unlikely yeah... Does this have any consequences that
> you've found? Is there a test case that fails before the patch but
> works after?
No, just found it during compilation with the intel compiler. It
complained about use
= d->stransfer_finish_src;
-void *subdata = d->data, *data_finish_src = data_finish_src;
+void *subdata = d->data, *data_finish_src = d->data_finish_src;
npy_intp subN = d->N, dst_itemsize = d->dst_itemsize;
while (N > 0) {
--
Ake Sandgren, HPC2N, Umea Universi