Re: [eigen] beta1 tagged (NOT RELEASED), first try |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] beta1 tagged (NOT RELEASED), first try
- From: Hauke Heibel <hauke.heibel@xxxxxxxxxxxxxx>
- Date: Thu, 1 Jul 2010 09:51:15 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=35nKlbUAFRJcCgZaDB605gkcUYUvPFmJFAXz9xL0otk=; b=GNYiKW4Kwwnxhm5391NTqHlyXlVSbJ2piCSXF565llZ/VB64H7ZvHgZ3Dv3RCT8tKE N4ABfdrD1AHwbpy+DBlt/EW650hyuUDM3jtE7dARFK6cLchRXdmd9dU3m5KgnmnDMdB+ ohvEhb2CGUADb5QVyHXRO6ypzLK/gb/Pr0qLU=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=fk7Bu1GOz9jBVzlpogDq3z5NPFdLDdWUbQXnCbAX8hK7rFFCIyP7nDrmZgWl0FYqZs 2ukUi0vaEVvRE0P7vlDF5MNK7kUUhkqWTkemYskcPFbFQ2r3KVJnZSGaHQ87qJEPJCvL 09skM/wixfjxdP+vbW7Iw4gWl0HIsa1oQaZA0=
Since
The first bad revision is:
changeset: 3044:f19bf7ad5d8a
user: Gael Guennebaud <g.gael@xxxxxxx>
date: Thu Jun 24 21:44:24 2010 +0200
summary: - add a low level mechanism to provide preallocated memory to gemm
the test product_large_1 is failing on MSVC with OpenMP enabled and
only then. I will later post a link to the dashboard, the OpenMP one
seems to be problematic (timeouts, segfaults, etc.). Maybe it is
something simple related to this commit.
- Hauke
On Thu, Jul 1, 2010 at 7:38 AM, Hauke Heibel
<hauke.heibel@xxxxxxxxxxxxxx> wrote:
> On Wed, Jun 30, 2010 at 4:29 PM, Benoit Jacob <jacob.benoit.1@xxxxxxxxx> wrote:
>> *** Testing needed ***
>>
>> Please give this a good testing. Beta1 will only be released once it's
>> received enough testing.
>> http://eigen.tuxfamily.org/index.php?title=Tests
>>
>> It is useful to also build and run the tests with this cmake option:
>> EIGEN_DEFAULT_TO_ROW_MAJOR
>> and this one:
>> EIGEN_TEST_OPENMP
>
> With MSVC 2008 everything seems to be fine. Only unsupported tests are
> failing (e.g. sparse_ldlt). I am just re-running with OpenMP enabled.
>
> - Hauke
>