[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: famous flops...
From: |
Dirk Laurie |
Subject: |
Re: famous flops... |
Date: |
Thu, 1 Jun 2000 08:05:47 +0200 |
John W. Eaton skryf:
>
> The next major release of Matlab will probably not support flops
> either.
It is more than "probably". Cleve Moler has already stated publicly in
http://www.mathworks.com/company/newsletter/clevescorner/winter2000.cleve.shtml
Regrettably, one popular MATLAB feature must be a casualty with the
introduction of LAPACK. The flops function, which keeps a running count
of the number of floating-point operations, is no longer feasible. Most
of the floating point operations are now done in optimized BLAS that
do not keep flop counts. However, with modern computer architectures,
floating-point operations are no longer the dominant factor in execution
speed. Memory references and cache usage are most important.
Octave leads, Matlab follows :-)
Dirk Laurie
-----------------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.
Octave's home on the web: http://www.che.wisc.edu/octave/octave.html
How to fund new projects: http://www.che.wisc.edu/octave/funding.html
Subscription information: http://www.che.wisc.edu/octave/archive.html
-----------------------------------------------------------------------
- Re: famous flops...,
Dirk Laurie <=