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
// ********************************************************************
// incoherent stokes kernels
incoherentTranspose->enqueue(
input.blockID, counters.incoherentStokes);
input.blockID, counters.incoherentStokesTranspose);
incoherentInverseFFT.enqueue(
input.blockID, counters.incoherentInverseFFT);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment