From: Matthew Wilcox <willy@debian.org>
To: linux-ia64@vger.kernel.org
Subject: Re: Itanium2@900MHz slower than alpha@666MHz ?
Date: Fri, 24 Oct 2003 15:35:43 +0000 [thread overview]
Message-ID: <marc-linux-ia64-106700990423410@msgid-missing> (raw)
In-Reply-To: <marc-linux-ia64-106700871121653@msgid-missing>
On Fri, Oct 24, 2003 at 05:14:50PM +0200, Ionut Georgescu wrote:
> I am puzzled about the speed of a zx2000 workstation with a 900Mhz CPU.
> According to the SPECfp2000 benchmarks, this workstation should be about
> twice as fast as a DS10 alpha workstation and according to the fftw2
> benchmarks at least 50% faster (double precision, real data, 256x256 FFT
> transforms). I ran the fftw2 benchmark myself and I could reproduce the
> data on fftw.org
>
> However, my program is about 40% slower on the zx2000 as on the alpha.
> It only does some Fourier transforms (fftw2, 256x256) and some matrix
> operations (sort of an inner product). Both fftw2 and the program have
> been compiled with ecc -O2 -ipo -limf. ecc is Version 7.1, Build
> 20030307.
This strikes me as possibly being a cache size thing. Do you have the
1.5MB cache or 3MB cache version of the 900MHz Itanium? The DS10 specs
I found at
http://www.spec.org/cpu2000/results/res2000q3/cpu2000-20000630-00134.asc
say it has a 2MB cache, so if your data set fits in a 2MB cache and not
in a 1.5MB cache, that would be a possible cause.
What kind of fluctuations do you see between runs? Linux doesn't
do cache-colouring, so high variation between runs could indicate a
close-to-edge-of-cache scenario.
--
"It's not Hollywood. War is real, war is primarily not about defeat or
victory, it is about death. I've seen thousands and thousands of dead bodies.
Do you think I want to have an academic debate on this subject?" -- Robert Fisk
next prev parent reply other threads:[~2003-10-24 15:35 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-10-24 15:14 Itanium2@900MHz slower than alpha@666MHz ? Ionut Georgescu
2003-10-24 15:35 ` Matthew Wilcox [this message]
2003-10-24 16:26 ` Ionut Georgescu
2003-10-24 16:49 ` Matthew Wilcox
2003-10-24 16:55 ` Grant Grundler
2003-10-24 17:10 ` Stephane Eranian
2003-10-24 17:42 ` Chen, Kenneth W
2003-10-24 18:36 ` David Mosberger
2003-10-24 18:55 ` Ionut Georgescu
2003-10-24 18:59 ` Ionut Georgescu
2003-10-24 20:25 ` Siddha, Suresh B
2003-10-24 20:36 ` Chen, Kenneth W
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=marc-linux-ia64-106700990423410@msgid-missing \
--to=willy@debian.org \
--cc=linux-ia64@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.