Re: [eigen] More linear algebra resource links |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] More linear algebra resource links
- From: Gael Guennebaud <gael.guennebaud@xxxxxxxxx>
- Date: Fri, 25 Jun 2010 08:54:45 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=R5Ptb6qqrgxzE9hgAsFyDTo1X0DVRuKVAy9X5mzmgvY=; b=supmTx6TuaWvNwpw+haLJSRMPNvVQ6ygZfpym1iMgxGvRUSllox/NwHg2DtbosuzhO jgDiRroc88z76NyxY0/gmIDgBzPx9c5T9lBSIwrquLFGydNUm9T+SENYXhhk0lquh8nC NqJNCEhE5tTxFvRgcIwGd3pe9JdheTAVs2epo=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; b=LCrHJE/8ItkEQGyadLRc2JivSixT2et9YVeIB/sWkLXmU5lOS1j04X76FQBewrER/W fkN3MSyl1Hg2d3X2JPRKDI9+yzExy/Byp58bY5/UseGOm5RLYa/7m7Q8c6MYaTGIIyuT D4jX/BfDuj4II2Q1md2yg/XR8y4TDSqHYjq3M=
ok thank you for the complete references. I've added them on the wiki.
In the future, feel free to directly edit the wiki (this count for
everyone else :) )
thank you again,
gael
On Fri, Jun 25, 2010 at 1:26 AM, Manoj Rajagopalan <rmanoj@xxxxxxxxx> wrote:
> Hi,
>
> I was looking through the Eigen matrix multiplication implementation code
> and I found references to GotoBLAS papers. I am including links to these so
> that the Eigen developers/maintainers can consider including them in the
> developer linear algebra resources. These links are through citeseerx and I
> am able to directly access the PDF (papers published in ACM TOMS, 2008).
>
> I now see why mixed-precision GEMM implementation is tricky as Gael
> remarked :-)
>
>
> 1. Kazushige Goto, Robert A. van de Geijn, "Anatomy of high-performance matrix
> multiplication", ACM Transactions on Mathematical Software (TOMS), Volume
> 34 , Issue 3 (May 2008)
>
> http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.140.1785&rep=rep1&type=pdf
>
>
>
>
> 2. Kazushige Goto, Robert A. van de Geijn, "High-performance implementation of
> the level-3 BLAS", ACM Transactions on Mathematical Software (TOMS), Volume
> 35 , Issue 1 (July 2008)
>
> http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.140.2510&rep=rep1&type=pdf
>
>
>
> 3. Gentle introduction to GotoBLAS blocking algorithms
> Alexander Krivutsenko, "GotoBLAS - Anatomy of a fast matrix multiplication"
>
> http://www.alexkr.com/docs/matrixmult.pdf
>
>
> Thanks,
> Manoj
>
>
>