octave-maintainers
[Top][All Lists]
Advanced

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

Re: conv2 performance


From: Michael D. Godfrey
Subject: Re: conv2 performance
Date: Wed, 03 Mar 2010 17:15:39 -0800
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.8) Gecko/20100216 Thunderbird/3.0.2

On 3/3/10 12:30 PM, John W. Eaton wrote:
On  3-Mar-2010, Jaroslav Hajek wrote:

| On Wed, Mar 3, 2010 at 7:28 PM, Michael D. Godfrey
|<address@hidden>  wrote:
|>  Jaroslav,
|>
|>  Here is what I got for 3 runs using the matlab shown
|>  below, and following are 3 runs on the same machine
|>  (Linux qss.stanford.edu 2.6.31.12-174.2.3.fc12.x86_64 #1 SMP Mon Jan 18
|>  19:52:07 UTC 2010 x86_64 x86_64 x86_64 GNU/Linux)
|>  using your latest patches as of today (3 March).
|>
|
| Incl. this one, I suppose:
|http://hg.savannah.gnu.org/hgweb/octave/rev/5af0b4bb384d

Yes, this was included.

Michael

Is there a particular reason to use Fortran for this with several
essentially repeated functions instead of a C++ template?  I know the
BLAS routines are unique functions, but couldn't they be handled as
template parameters, similar to the way we handle the mapping
functions in the Array<T>::map methods?

jwe



reply via email to

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