[eigen] Re: cache-friendly matrix inverse |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen <eigen@xxxxxxxxxxxxxxxxxxx>
- Subject: [eigen] Re: cache-friendly matrix inverse
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Wed, 13 May 2009 16:07:52 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=9Y4Jpn4Ek85vfD43PsOhW5eDJsHTcshBFex3I/g9mwg=; b=S68NN+TiM7Um/vAz0LuLH97QRk4ChLl9kL9m3Y2J5uyEHRXFE0idctfcX0imd0CxN1 ZCvuQuG9c6brZPr7LX2S1MRWqdJ+wSKVNTThu420DZtpL3XkavmRJ2erxGHi904h+/7G vs7U/kGedHGaAKg2HqOML5cMHGbqc0oH7dqjE=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=OPFcCzqG9k52kb8K6zQJQ5qfi/ZXev3NjFMbWaIO2QbYQ10N6fKr1Y5BrJQJs34zMz egF1Ib8AsdoYx/imDvNYyJH6zvkCZikfk18CDeRHpj1dx+Buz1KGz6BlaTetMRejnQ1A HOnCh7jjaKW0l8dnm4Bx2wwd2UIB+gU7m6muA=
2009/5/13, Benoit Jacob <jacob.benoit.1@xxxxxxxxx>:
> it spends most of its time in cache friendly matrix product
oops, this is inexact.
i wanted to say that i tried reducing all the way to tiny fixed-size
blocks, and then it spend most of its time in cache-friendly product
indicating that i couldn't squeeze any better performance out of this
approach; still the performance wasn't better than what i attached to
the previous email where it calls partial LU when blocks are small
enough.
Benoit