summaryrefslogtreecommitdiff
path: root/src/routines/level1/xdot.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/routines/level1/xdot.cc')
-rw-r--r--src/routines/level1/xdot.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/routines/level1/xdot.cc b/src/routines/level1/xdot.cc
index a0c1e756..e22b0f8b 100644
--- a/src/routines/level1/xdot.cc
+++ b/src/routines/level1/xdot.cc
@@ -95,9 +95,6 @@ StatusCode Xdot<T>::DoDot(const size_t n,
status = RunKernel(kernel2, global2, local2);
if (ErrorIn(status)) { return status; }
- // Waits for all kernels to finish
- queue_.Finish();
-
// Succesfully finished the computation
return StatusCode::kSuccess;
} catch (...) { return StatusCode::kInvalidKernel; }