[Numpy-discussion] help! not using lapack

Robert Kern robert.kern at gmail.com
Wed Aug 29 16:35:50 EDT 2007


If your BLAS just the reference BLAS, don't bother with _dotblas. It won't be
any faster than the default implementation in numpy. You only get a win if you
are using an accelerated BLAS with the CBLAS interface for C-style row-major
matrices. Your libblas does not seem to be such an accelerated BLAS.

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless enigma
 that is made terrible by our own mad attempt to interpret it as though it had
 an underlying truth."
  -- Umberto Eco



More information about the NumPy-Discussion mailing list