summaryrefslogtreecommitdiff
path: root/src/routines/level2/xher2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/routines/level2/xher2.cc')
-rw-r--r--src/routines/level2/xher2.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/routines/level2/xher2.cc b/src/routines/level2/xher2.cc
index bfa84d18..364add12 100644
--- a/src/routines/level2/xher2.cc
+++ b/src/routines/level2/xher2.cc
@@ -94,9 +94,6 @@ StatusCode Xher2<T>::DoHer2(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; }