summaryrefslogtreecommitdiffstats
path: root/src/Core/regularisers_GPU/LLT_ROF_GPU_core.cu
diff options
context:
space:
mode:
Diffstat (limited to 'src/Core/regularisers_GPU/LLT_ROF_GPU_core.cu')
-rw-r--r--src/Core/regularisers_GPU/LLT_ROF_GPU_core.cu2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Core/regularisers_GPU/LLT_ROF_GPU_core.cu b/src/Core/regularisers_GPU/LLT_ROF_GPU_core.cu
index 3c578f3..3109cfa 100644
--- a/src/Core/regularisers_GPU/LLT_ROF_GPU_core.cu
+++ b/src/Core/regularisers_GPU/LLT_ROF_GPU_core.cu
@@ -599,6 +599,6 @@ extern "C" int LLT_ROF_GPU_main(float *Input, float *Output, float *infovector,
infovector[0] = (float)(n); /*iterations number (if stopped earlier based on tolerance)*/
infovector[1] = re; /* reached tolerance */
-
+ cudaDeviceSynchronize();
return 0;
}