summaryrefslogtreecommitdiffstats
path: root/src/Core/regularisers_GPU/TV_FGP_GPU_core.cu
diff options
context:
space:
mode:
Diffstat (limited to 'src/Core/regularisers_GPU/TV_FGP_GPU_core.cu')
-rwxr-xr-xsrc/Core/regularisers_GPU/TV_FGP_GPU_core.cu2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Core/regularisers_GPU/TV_FGP_GPU_core.cu b/src/Core/regularisers_GPU/TV_FGP_GPU_core.cu
index cb8ba37..049dae1 100755
--- a/src/Core/regularisers_GPU/TV_FGP_GPU_core.cu
+++ b/src/Core/regularisers_GPU/TV_FGP_GPU_core.cu
@@ -596,6 +596,6 @@ extern "C" int TV_FGP_GPU_main(float *Input, float *Output, float *infovector, f
/*adding info into info_vector */
infovector[0] = (float)(i); /*iterations number (if stopped earlier based on tolerance)*/
infovector[1] = re; /* reached tolerance */
- cudaDeviceReset();
+ cudaDeviceSynchronize();
return 0;
}