[Numpy-discussion] Objected-oriented SIMD API for Numpy

David Cournapeau cournape at gmail.com
Wed Oct 21 21:24:51 EDT 2009


On Wed, Oct 21, 2009 at 10:14 PM, Pauli Virtanen <pav+sp at iki.fi> wrote:

>
> This type of project could probably also be started outside Numpy, and
> just monkey-patch the Numpy routines on import.

I think I would prefer this approach as a first shot. I will look into
adding a small C library + wrapper in python to know which SIMD
instructions are available to numpy. Then people can reuse this for
whatever approach they prefer.

David



More information about the NumPy-Discussion mailing list