gcl-devel
[Top][All Lists]
Advanced

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

Re: [Gcl-devel] Floating-point performance of GCL? Bug?


From: Nicolas Neuss
Subject: Re: [Gcl-devel] Floating-point performance of GCL? Bug?
Date: 20 Jul 2004 09:13:17 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Camm Maguire <address@hidden> writes:

> Atlas does not require non-gcc.  None such is available on Debian, and
> numerous packages in this distro make use of atlas.  The L1 blas
> operations you report above cannot be compared with L3 routines -- the
> former will basically be bound by the memory bandwidth for reasonable
> cases at best.  Your 'short' numbers are likely highly misleading, as
> they presuppose finding the entire vector in some level of cache,
> which is very likely not the case on a general call.


OK.  But the Atlas L3 routines get their performance by doing daxpy on
short vectors fitting in the cache.  So I think that DAXPY-short should
yield an upper bound also to L3 performance (given that function call
overhead does not count for daxpying two vectors of length 256).

Thanks, Nicolas.




reply via email to

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