Skip to content
Snippets Groups Projects
Commit add4274c authored by Marcel Loose's avatar Marcel Loose :sunglasses:
Browse files

Task #4589: Fixed failing tests. It was not caused by failing output...

Task #4589: Fixed failing tests. It was not caused by failing output comparison, because there is none. An uninitialized performance counter caused a CUDA exception, bringing the whole application down.
parent a4199ce9
No related branches found
No related tags found
No related merge requests found
...@@ -425,7 +425,7 @@ namespace LOFAR ...@@ -425,7 +425,7 @@ namespace LOFAR
// ******************************************************************** // ********************************************************************
// incoherent stokes kernels // incoherent stokes kernels
incoherentTranspose->enqueue( incoherentTranspose->enqueue(
input.blockID, counters.incoherentStokes); input.blockID, counters.incoherentStokesTranspose);
incoherentInverseFFT.enqueue( incoherentInverseFFT.enqueue(
input.blockID, counters.incoherentInverseFFT); input.blockID, counters.incoherentInverseFFT);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment