summaryrefslogtreecommitdiff
path: root/src/routines/level2/xher.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/routines/level2/xher.cc')
-rw-r--r--src/routines/level2/xher.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/routines/level2/xher.cc b/src/routines/level2/xher.cc
index c025117b..1aefa240 100644
--- a/src/routines/level2/xher.cc
+++ b/src/routines/level2/xher.cc
@@ -102,9 +102,6 @@ StatusCode Xher<T,U>::DoHer(const Layout layout, const Triangle triangle,
status = RunKernel(kernel, global, local);
if (ErrorIn(status)) { return status; }
- // Waits for all kernels to finish
- queue_.Finish();
-
// Succesfully finished the computation
return StatusCode::kSuccess;
} catch (...) { return StatusCode::kInvalidKernel; }