Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 05 Jan 2003 11:39:57 -0800
From:      Terry Lambert <tlambert2@mindspring.com>
To:        Rahul Siddharthan <rsidd@online.fr>
Cc:        Greg 'groggy' Lehey <grog@FreeBSD.org>, Brett Glass <brett@lariat.org>, chat@FreeBSD.ORG
Subject:   Re: Bystander shot by a spam filter
Message-ID:  <3E188A0D.EBF00CD5@mindspring.com>
References:  <4.3.2.7.2.20030104201251.029387d0@localhost> <4.3.2.7.2.20030104112015.026a5530@localhost> <4.3.2.7.2.20030104201251.029387d0@localhost> <4.3.2.7.2.20030104202908.03c3b100@localhost> <20030105073804.GA72674@wantadilla.lemis.com> <20030105074923.GA4956@papagena.rockefeller.edu> <3E18073C.68182FE4@mindspring.com> <20030105133439.GA55543@papagena.rockefeller.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
Rahul Siddharthan wrote:
> > That's about the only place that g++ beat Intel C++; almost all
> > other cases, the Intel averages 20% faster, and that number goes
> > up to 100% faster for some benchmarks on the P4.
> 
> The point is, sparse matrix operations and LU decomposition are
> exactly the cases Brett is talking about.
> 
> > I guess people should read the referenced page, instead of trusting
> > summaries in mailing list postings.  ;^).
> 
> I guess people should read my posts properly and do their research


There's a huge variance, and the code in the microbenchmark
you want us to reference (while ignoring all the other
microbenchmarks there) assumes an implementation of sparse
matrix math.

In my experience, the correct approach to sparse matrix math is
to transform the matrix into one that's less sparse, do the math,
and then transform back (if a transform back is even needed).

Depending on the math package being used, the microbenchmark in
question is not necessarily going to be representative of the
real-world performance you can expect out of it.

-- Terry

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-chat" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3E188A0D.EBF00CD5>