Re: [eigen] Uninitialized memory?

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


Actually, this warning has to be expected because we are prefetching data for the next loop iteration, but this last un-initialized data will never be used. Valgrind does not trigger a warning because un-initialized warnings are triggered only when the data is actually used.

gael



On Sun, Jul 5, 2015 at 1:58 PM, Christoph Hertzberg <chtz@xxxxxxxxxxxxxxxxxxxxxxxx> wrote:
On 05.07.2015 12:16, Billy Araujo wrote:
Yes I am calling analyzePattern.

Hi,

can you first try if the unit-tests sparselu_1...4 generate the same warning(s)? If not, could you provide a minimal example (i.e., including generation of a matrix)?

For the unit-tests I don't get corresponding warnings (under Linux/gcc, running with valgrind).


Christoph


--
----------------------------------------------
Dipl.-Inf., Dipl.-Math. Christoph Hertzberg
Cartesium 0.049
Universität Bremen
Enrique-Schmidt-Straße 5
28359 Bremen

Tel: +49 (421) 218-64252
----------------------------------------------





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