Re: [eigen] 3.0.4 coming soon, testing appreciated |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] 3.0.4 coming soon, testing appreciated
- From: Márton Danóczy <marton78@xxxxxxxxx>
- Date: Wed, 23 Nov 2011 19:46:00 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=8qWeN4HMWd0z9bf6KKaV466TXxIEF5jlCJD+o8ZRFsY=; b=qUbOM4/hl1/hdz9Cj6FGAAat5kL+VKH+1CkhotYmcTr2g5nevDTYcJySm9ISVlsFCU DtJ7o1X8DdkaGxa2+zhDBrqWlN31zTmyoRM59GcxDG1Zx+jxgnUAm8kRzWanC6z0FMb4 HJez+SE4lXn0bGyEB/3e8rbxbBarpgkTE8u+Q=
> First I'll try to scp the whole test directory and run all files in a for loop.
OK, iPhone tests are through. Unfortunately, I didn't have the time to
try and compile ctest for iPhone, so I scp'd all tests to the phone
and ran
find . -exec echo {} \; -exec {} \; &>log
Everything passed but prec_inverse_4x4_*:
../prec_inverse_4x4_1
Initializing random number generator with seed 1322067782
Repeating each test 10 times
error = 0
[...]
error = 0
inverse_general_4x4, Scalar = float
error_avg = 1.2084
error_max = 14.0611
../prec_inverse_4x4_2
Initializing random number generator with seed 1322068985
Repeating each test 10 times
error = 0
[...]
error = 0
inverse_general_4x4, Scalar = double
error_avg = 1.21005
error_max = 14.899
../prec_inverse_4x4_3
Initializing random number generator with seed 1322070254
Repeating each test 10 times
error = 0
[...]
error = 0
inverse_general_4x4, Scalar = complex<float>
error_avg = 6.66181
error_max = 39.1478
The rest looks ok:
../adjoint_1
Initializing random number generator with seed 1322041848
Repeating each test 10 times
../adjoint_2
Initializing random number generator with seed 1322041848
Repeating each test 10 times
[...]
../visitor_9
Initializing random number generator with seed 1322064948
Repeating each test 10 times
../zerosized
Initializing random number generator with seed 1322064948
Repeating each test 10 times
Is it possible that I simply don't see some other tests failing? On
other platforms much more fails...
Also, the whole test suite took quite long (hours), how can I check if
NEON was enabled?
Marton