[SciPy-Dev] SSE optimization

Sturla Molden sturla at molden.no
Fri Jul 13 12:39:23 EDT 2012


On 09.07.2012 20:51, Fode wrote:
> I would like to add sse optimization to numpy if that is still something
> the project is interested in. Do you have any suggestions as to where to
> start optimizing.

Before you waste your time, observe that NumPy is memory bound (due to 
creation of temporary arrays). SSE matters for CPU bound code.

Sturla





More information about the SciPy-Dev mailing list