ATLAS for NUMPY and/or MatPy

David M. Cooke cookedm at physics.mcmaster.ca
Mon Oct 2 13:46:24 EDT 2000


At some point, "O. Scott Sands" <sands2 at home.com> wrote:

> Is there any move afoot to use ATLAS (c.f. http://www.netlib.org/atlas/index.html)
> 
> in the NUMPY or MatPy? I've achieved a factor of 6 speedup in matrix multiplication
> 
> using ATLAS over non-optimized libraries under Octave using PCs running Linux.

The current version of NumPy (17.0) can be compiled to use other BLAS
and LAPACK libraries.

The last time I compiled ATLAS it took a *long* time, which is a
reason I can see for not including it with the NumPy distribution.

Mind you, since the BLAS routines for matrix multiplication aren't
used, it wouldn't speed that up.

-- 
|>|\/|<
----------------------------------------------------------------------------
David M. Cooke
cookedm at mcmaster.ca



More information about the Python-list mailing list