Re: [eigen] 2.0 testing needed

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


it's green here:
http://eigen.tuxfamily.org/CDash/index.php?project=Eigen%202.0&date=2009-09-19

On Sat, Sep 19, 2009 at 4:19 PM, Benoit Jacob <jacob.benoit.1@xxxxxxxxx> wrote:
> Hi,
>
> We now have enough in the 2.0 branch to justify a 2.0.6 release, but
> this needs a lot of testing first.
>
> The most dangerous change is that I backported:
> * the body of ei_aligned_malloc and ei_aligned_free
> ---> this means that the choice of aligned malloc routine may now be
> different. in particular, posix_memalign moved a bit down the list.
> ---> the best thing that you can do here is to run the unit tests
> "dynalloc" and "unalignedassert"
> * the EIGEN_ALIGN logic
> ---> this means that now you can also use EIGEN_DONT_ALIGN with the 2.0 branch
> ---> this means that the corresponding platform checks have changed,
> so do test that your plaftform is still well handled (alignment if you
> want alignment, no alignment if you don't want)
> ---> to check if alignment is enabled, check the value of EIGEN_ALIGN,
> it should be 1
>
> Benoit
>
>
>



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