Re: [eigen] FLENS C++ expression template Library has excellent documentation

[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]


On Sat, Apr 18, 2009 at 10:33 PM, Ilya Baran <baran37@xxxxxxxxx> wrote:
>> On Sat, Apr 18, 2009 at 6:06 PM, Benoit Jacob <jacob.benoit.1@xxxxxxxxx> wrote:
>>> I really mean to implement Block LLt or partial LU soon,  it can be
>>> written cleanly with Eigen blocks.
>>
>> Actually, I've already tried a block LLt implementation (so using BLAS
>> 3 routines) and it was slower than our current level 2 based
>> implementation. so... I wish you good luck as it seems not to be so
>> trivial to get higher performance !
>
> All three variants from FLAME use syrk (A^T * A) which is currently
> half as fast in Eigen as it could be.  Could that explain the
> performance penalty or did you use another blocked method?

I think you get a good point. I lost the code, but I remember the
bottleneck was the matrix-matrix product (even when using MKL for this
step). So first step implement a fast syrk....

gael


>   -Ilya
>
>
>



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/