Re: [Numpy-discussion] NumPy to CPU+GPU compiler, looking for tests

2012-10-21 Thread Rahul Garg
Thanks! I need to add support for eig and inv (will do this week, at least for CPU) but other than that, I should definitely be able to handle those kinds of benchmarks. rahul On Sun, Oct 21, 2012 at 12:01 PM, Aron Ahmadia wrote: > Hi Rahul, > > Very cool! I'm looking forward to seeing some per

[Numpy-discussion] Comparing rows in a structured masked array raises exception

2012-10-21 Thread Tom Aldcroft
When comparing rows of a structured masked array I'm getting an exception. A similar operation on an structured ndarray gives the expected True/False result. Note that this exception only occurs if one or more of the mask values are True, since otherwise both row objects are np.void and the ndarr

Re: [Numpy-discussion] NumPy to CPU+GPU compiler, looking for tests

2012-10-21 Thread Aron Ahmadia
Hi Rahul, Very cool! I'm looking forward to seeing some performance results! Anders Logg posted a computational challenge to G+ about a month ago, and we got entries in Octave, Fortran, Python, and Julia (all implementing the same solution from Jed Brown). The challenge is here: https://plus.g