help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ATLAS and octave


From: John W. Eaton
Subject: Re: ATLAS and octave
Date: Fri, 11 Feb 2000 02:26:29 -0600 (CST)

On 10-Feb-2000, chenu-tournier marc <address@hidden> wrote:

| R=0;x=rand(512,1)+j*rand(512,1);
| t=cputime;R=R+x*x';;cputime-t
| 
| I have lost some time!
| 
| normal octave gives .3 sec
| Altas ocatve  gives .4 sec
| 
| Can you confirm this and do you have an idea why  this happens?

Is this result repeatable?  What is the average over 100 runs?

512 elements is quite small compared to the 1e6 elements in the
1000x1000 example.  The overhead of setting up the calculation is much
more likely to be the dominant factor for small examples.

jwe



-----------------------------------------------------------------------
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
-----------------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]