Re: [Numpy-discussion] numpy threads crash when allocating arrays

2016-06-16 Thread Burlen Loring
On 06/14/2016 01:05 PM, Nathaniel Smith wrote: On Jun 14, 2016 12:38 PM, "Burlen Loring" > wrote: > > On 06/14/2016 12:28 PM, Julian Taylor wrote: >> >> On 14.06.2016 19:34, Burlen Loring wrote: >> >>> >>> here's my question: given Py_BEGIN_ALLOW_THREADS is used by numpy

[Numpy-discussion] how did numpy make mkl use multiple threads?

2016-06-16 Thread Roger Xu
Hi. I have tried a lot of things to make mkl use multiple threads. I just learned to write c extension for python yesterday. Can I know how did numpy make mkl use multiple threads? Numpy can make mkl do that on the machine I am working on now. My best try is described at https://software.intel.c

Re: [Numpy-discussion] broadcasting for randint

2016-06-16 Thread G Young
Hello all, Thank you to those who commented on this PR and for pushing it to a *much better place* in terms of templating with Tempita. With that issue out of the way it seems, the momentum has stalled a bit. However, it would be great to receive any additional feedback, *especially from maintai

Re: [Numpy-discussion] axis parameter for count_nonzero

2016-06-16 Thread G Young
Just wanted to ping the mailing this again about this PR. Just to recap, some simplification has been done thanks to some suggestions by *@rgommers*, though the question still remains whether or not leaving the *axis* parameter in the Python API for now (given how complicated it is to add in the C