[Numpy-discussion] making numpy.dot faster

Gael Varoquaux gael.varoquaux at normalesup.org
Fri Oct 3 12:59:02 EDT 2008


I am doing a calculation where one call numpy.dot ends up taking 90% of
the time (the array is huge: (61373, 500) ).

Any chance I can make this faster? I would believe BLAS/ATLAS would be
behind this, but from my quick analysis (ldd on numpy/core/multiarray.so)
it doesn't seem so. Have I done something stupid when building numpy
(disclaimer: I am on a system I don't know well --Mandriva--, so I could
very well have done something stupid).

Cheers,

Gaël



More information about the NumPy-Discussion mailing list