False Positive?

False Positive?

Imagen de bayesiam_matrix

Hi.

Allcation site at,
-----------------------------------------
n = _num_vect * _dim;

v = new Vect_d[_num_vect]; <<<v[0].d = new double[n];

v[0].Dim(dim);

for ( i = 1; i < _num_vect; i++){
v[i].d = &v[0].d[_dim*i];
v[i].Dim(_dim);
}
-------------------------------------
caused error at,
-------------------------------------
for_p( _vects.Vectors() ){
Pred( _vects.v[p] ) <<}
-------------------------------------
dose iterror?

best regurd.

publicaciones de 3 / 0 nuevos
Último envío
Para obtener más información sobre las optimizaciones del compilador, consulte el aviso sobre la optimización.
Imagen de RAVI (Intel)

Can you please provide some more information:

* Which Intel tool (including version of the tool) were you trying to use when the error happened?

* Can you please provide a small self-contained code snippet which demonstrates the problem so that I can attempt to reproduce the issue or pass it along to the right people? Also, please provide steps to reproduce the issue.

Thank you!

Ravi

Imagen de bayesiam_matrix

Thank you for your attention.

My Intel tool is Inter Parallel Inspector Update 2.

I will send you an extracted package that causes uninitialized memory access.

Thank You very mutch.

Yamane

Adjuntos: 

AdjuntoTamaño
Descargar test.zip3.9 MB

Inicie sesión para dejar un comentario.